Introduction

Your reference for building successful integrations with the Webflow Data API.

The Webflow Data API provides an extensive set of RESTful endpoints to help you create advanced tools and applications for Webflow users. This documentation is your guide to building successful integrations.

Make your first API call

To get started, click the “Try it” button on the Get Sites endpoint to make your first API call. Clicking it will open an interactive API explorer where you can authenticate and send a live request to see a list of your sites.

Once you authenticate, you can navigate to other endpoints to see the different resources and actions you can perform.

GET/v2/sites
$curl https://api.webflow.com/v2/sites \
> -H "Authorization: Bearer <token>"

Core concepts

Get familiar with the core concepts of the Webflow Data API.


API structure

Webflow’s API follows a resource model, providing a clear hierarchy for accessing and manipulating data. The diagram below illustrates the main resources and their relationships. Lear more about the response objects for each resource in the API structure documentation.

Next steps

Now that you’ve made your first API call, you’re ready to dive deeper.


Need to work directly in the Designer?

If you’re looking to build apps that create and enhance designs within Webflow, the Designer APIs are the right tools for the job. These APIs enable you to add and modify elements, styles, assets, and more on your design canvas.