For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Resources
Get started
ReferenceGuidesExamplesChangelog
ReferenceGuidesExamplesChangelog
  • Data API
    • Introduction
      • Quick Start
      • Structure
      • Authentication
      • Rate Limits
      • Error Handling
      • Versioning
        • Migrating to v2
        • Webflow API v1 Deprecation Notice
      • SDKs
  • Token
    • GETGet Authorization User Info
    • GETGet Authorization Info
  • Sites
    • GETList Sites
    • GETGet Site
    • GETGet Custom Domains
    • POSTPublish Site
  • Pages and Components
  • CMS
  • Forms
  • Custom Code
  • Assets
  • Comments
    • GETList Comment Threads
    • GETGet Comment Thread
    • GETList Comment Replies
  • Ecommerce
  • Webhooks
    • GETList Webhooks
    • GETGet Webhook
    • POSTCreate Webhook
    • DELRemove Webhook
  • Site Configuration
  • Enterprise
LogoLogo
Resources
Get started
On this page
  • Versions
  • URL
  • Webflow SDK
Data APIIntroduction

Versioning

Was this page helpful?
Previous

Migrating to v2

Next
Built with

API v2 versioning is explicit as part of the API endpoint URI.

Versions

API v2 is composed of two version namespaces:

NamespaceDescription
/beta/A monolithic version that houses all new APIs.
/v2/A subset of v2 APIs that are considered “production”

Auth tokens will be compatible across the v2 beta and v2 production namespaces

URL

An example of an API request to v2 beta:

cURL
1curl --request GET \
2 --url https://api.webflow.com/beta/token/authorized_by \
3 --header 'accept: application/json'

Webflow SDK

Currently, the Webflow SDK doesn’t support requests to beta endpoints. For access to these endpoints, please refer to the Webflow API documentation and make requests directly through an HTTP client or your preferred API tool.