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 Collections API

Collections are CMS collections of items.

Webflow Collections 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 Collections. 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 23 operations across 10 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.

23 operations 10 paths 0 schemas 6 DELETE6 GET5 PATCH6 POST

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 Collections 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 23

Across 10 paths, the API surfaces 23 operations — 6 DELETE, 6 GET, 5 PATCH, 6 POST. Each is listed below with its method, path, parameters, and response codes.

Collections 23

Collections are CMS collections of items.

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
/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-collections-api-openapi.yml Raw ↑

Other APIs Webflow publishes across the network.

Webflow Designer Extension API
Webflow Asset Folders API
Webflow Assets 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
Webflow Meta API