Hi Team, I have APIs from my web application that I am trying to connect to a webflow front end site. I couldn’t find any documentation on how we can plug in these APIs so that the webflow code could reference them and pull in the data.
Webflow doesn’t offer any pre-built solution to use API’s on, or from their front end. But they do offer a healthy amount of API’s for their backend which can in-turn drive the frontend.
To use the backend API to drive the front end you’d make use of the Webflow CMS, and the associated CMS template page. Those pages are “special” and they give you access to your CMS fields on the front end.
So using the Webflow API to populate a CMS Collection then allows you to display it on the front end and layer on “conditional visibility” (along with any of those third party solutions) to create a richer user experience.