Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Webflow Sites API

Sites are the sites in your Webflow workspace.

Webflow Sites API is one of 23 APIs that Webflow publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include Sites. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, authentication docs, rate-limit docs, and a changelog.

This API exposes 51 operations across 26 paths. It is described by OpenAPI 3.1.0, at version 2.0.0.

Requests are made against a single base URL, https://api.webflow.com/v2.

51 operations 26 paths 0 schemas 12 DELETE18 GET8 PATCH9 POST4 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2.0.0
Base URL
https://api.webflow.com/v2
Authentication
OAuth 2.0, HTTP Bearer
License
Terms of Service
Resource Areas
1

Authentication & Security 2

Webflow Sites API declares 2 security schemes for authenticating requests. It supports OAuth 2.0 (OAuth2) using the authorizationCode flow, exposing 26 scopes. It accepts HTTP bearer tokens (ApiKey). By default, every request must be authenticated.

Paths & Operations 51

Across 26 paths, the API surfaces 51 operations — 12 DELETE, 18 GET, 8 PATCH, 9 POST, 4 PUT. Each is listed below with its method, path, parameters, and response codes.

Sites 51

Sites are the sites in your Webflow workspace.

GET
/sites/{site_id}/collections
Webflow List Collections
list-collections 1 param → 200400401404429500
POST
/sites/{site_id}/collections
Webflow Create Collection
create-collection 1 param body → 200400401404409429500
GET
/collections/{collection_id}
Webflow Get Collection Details
collection-details 1 param → 200400401404429500
DELETE
/collections/{collection_id}
Webflow Delete Collection
delete-collection 1 param → 204400401404429500
POST
/collections/{collection_id}/fields
Webflow Create Collection Field
create-field 1 param body → 200400401404409429500
PATCH
/collections/{collection_id}/fields/{field_id}
Webflow Update Collection Field
update-field 2 params body → 200400401404429500
DELETE
/collections/{collection_id}/fields/{field_id}
Webflow Delete Collection Field
delete-field 2 params → 204400401404429500
GET
/sites/{site_id}/comments
Webflow List Comment Threads
list-comment-threads 6 params → 200400401404429500
GET
/sites/{site_id}/comments/{comment_thread_id}
Webflow Get Comment Thread
get-comment-thread 7 params → 200400401404429500
GET
/sites/{site_id}/comments/{comment_thread_id}/replies
Webflow List Comment Replies
list-comment-replies 7 params → 200400401404429500
GET
/pages/{page_id}/custom_code
Webflow Get Custom Code
get-page-custom-code 1 param → 200400401404429500
DELETE
/pages/{page_id}/custom_code
Webflow Delete Custom Code
delete-page-custom-code 1 param → 204400401404429500
PUT
/pages/{page_id}/custom_code
Webflow Add/Update Custom Code
add-custom-code-to-page 1 param body → 200400401404409429500
GET
/sites/{site_id}/custom_code
Webflow Get Custom Code
get-site-custom-code 1 param → 200400401404429500
DELETE
/sites/{site_id}/custom_code
Webflow Delete Custom Code
delete-site-custom-code 1 param → 204400401404429500
PUT
/sites/{site_id}/custom_code
Webflow Add/Update Custom Code
add-custom-code-tosite 1 param body → 200400401404429500
POST
/workspaces/{workspace_id}/sites
Webflow Create Site
create-site 1 param body → 201400401403404429500
GET
/sites
Webflow List Sites
list-sites → 2004014044294XX5XX
GET
/sites/{site_id}
Webflow Get Site
get-site 1 param → 200400401404429500
PATCH
/sites/{site_id}
Webflow Update Site
update-site 1 param body → 200400401403404429500
DELETE
/sites/{site_id}
Webflow Delete Site
delete-site 1 param → 204400401403404429500
GET
/sites/{site_id}/custom_domains
Webflow Get Custom Domains
get-custom-domains 1 param → 200401403404429500
POST
/sites/{site_id}/publish
Webflow Publish Site
site-publish 1 param body → 202400401403404429
GET
/sites/{site_id}/redirects
Webflow Get 301 redirects
get-redirects 1 param → 200400401404429500
POST
/sites/{site_id}/redirects
Webflow Create a 301 redirect
create-redirect 1 param body → 200400401404429500
PATCH
/sites/{site_id}/redirects/{redirect_id}
Webflow Update 301 redirect
update-redirect 2 params body → 200400401404429500
DELETE
/sites/{site_id}/redirects/{redirect_id}
Webflow Delete 301 redirects
delete-redirects 2 params → 200400401404429500
GET
/sites/{site_id}/plan
Webflow Get Site Plan
get-site-plan 1 param → 200400401404429500
GET
/sites/{site_id}/robots_txt
Webflow Get robots.txt
get-robots-txt 1 param → 200400401404429500
PUT
/sites/{site_id}/robots_txt
Webflow Replace robots.txt
replace-robots-txt 1 param body → 200400401404429500
PATCH
/sites/{site_id}/robots_txt
Webflow Update robots.txt
update-robots-txt 1 param body → 200400401404429500
DELETE
/sites/{site_id}/robots_txt
Webflow Delete robots.txt
delete-robots-txt 1 param body → 200400401404429500
PUT
/sites/{site_id}/well_known
Webflow Set a well-known file
set-well-known 1 param body → 201400401404429500
DELETE
/sites/{site_id}/well_known
Webflow Delete a well-known file
delete-well-known 1 param body → 204400401404429500
GET
/sites/{site_id}/activity_logs
Webflow Get Site Activity Logs
get-site-activity-logs 3 params → 200403404429500
GET
/collections/{collection_id}/items
Webflow List Collection Items
list-collection-items 9 params → 200400401404429500
POST
/collections/{collection_id}/items
Webflow Create Collection Item(s)
create-item 2 params body → 202400401404429500
PATCH
/collections/{collection_id}/items
Webflow Update Collection Items
update-items 2 params body → 200400401404429500
DELETE
/collections/{collection_id}/items
Webflow Delete Collection Items
delete-items 1 param body → 204400401404409429500
GET
/collections/{collection_id}/items/live
Webflow List Live Collection Items
list-collection-items-live 9 params → 200400401404429500
POST
/collections/{collection_id}/items/live
Webflow Create Live Collection Item(s)
create-item-live 2 params body → 202400401404429500
PATCH
/collections/{collection_id}/items/live
Webflow Update Live Collection Items
update-items-live 2 params body → 200400401404409429500
DELETE
/collections/{collection_id}/items/live
Webflow Unpublish Live Collection Items
delete-items-live 1 param body → 204400401404429500
POST
/collections/{collection_id}/items/bulk
Webflow Create Collection Items
create-items 2 params body → 202400401404429500
GET
/collections/{collection_id}/items/{item_id}
Webflow Get Collection Item
Get-Item 3 params → 200400401404429500
PATCH
/collections/{collection_id}/items/{item_id}
Webflow Update Collection Item
update-item 3 params body → 200400401404429500
DELETE
/collections/{collection_id}/items/{item_id}
Webflow Delete Collection Item
delete-item 3 params → 204400401404429500
GET
/collections/{collection_id}/items/{item_id}/live
Webflow Get Live Collection Item
get-item-live 3 params → 200400401404429500
PATCH
/collections/{collection_id}/items/{item_id}/live
Webflow Update Live Collection Item
update-item-live 3 params body → 200400401404409429500
DELETE
/collections/{collection_id}/items/{item_id}/live
Webflow Unpublish Live Collection Item
delete-item-live 3 params → 204400401404429500
POST
/collections/{collection_id}/items/publish
Webflow Publish Collection Item
publish-item 1 param body → 202400401404409429500

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

webflow-sites-api-openapi.yml Raw ↑

Other APIs Webflow publishes across the network.

Webflow Designer Extension API
Webflow Asset Folders API
Webflow Assets API
Webflow Collections API
Webflow Comments API
Webflow Components API
Webflow Custom Code API
Webflow Custom Code - Pages API
Webflow Custom Code - Sites API
Webflow Forms API
Webflow Inventory API
Webflow Items API