Webflow API and Documentation · Example Payload
Webflow Api And Documentation Webflow Create Collection Example
CMSContent ManagementE-CommerceNo-CodePublishingWeb Development
Webflow Api And Documentation Webflow Create Collection Example is an example object payload from Webflow API and Documentation, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
operationIdmethodpathsummaryrequestExamplesresponseExamples
Example Payload
{
"operationId": "create-collection",
"method": "POST",
"path": "/sites/{site_id}/collections",
"summary": "Webflow Create Collection",
"requestExamples": [
{
"contentType": "application/json",
"example": {
"displayName": "Blog Posts",
"singularName": "Blog Post",
"slug": "posts",
"fields": [
{
"type": "PlainText",
"displayName": "Title",
"slug": "title",
"isRequired": true,
"helpText": "The title of the blog post"
},
{
"type": "RichText",
"displayName": "Content",
"slug": "content",
"isRequired": true,
"helpText": "The content of the blog post"
},
{
"type": "Reference",
"displayName": "Author",
"slug": "author",
"isRequired": true,
"helpText": "The author of the blog post",
"metadata": {
"collectionId": "23cc2d952d4e4631ffd4345d2743db4e"
}
}
]
}
}
],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"example": {
"displayName": "Blog Posts",
"singularName": "Blog Post",
"slug": "posts",
"createdOn": "2016-10-24T19:41:48Z",
"lastUpdated": "2016-10-24T19:42:38Z",
"fields": [
{
"type": "PlainText",
"displayName": "Title",
"slug": "title",
"isRequired": true,
"helpText": "The title of the blog post"
},
{
"type": "RichText",
"displayName": "Content",
"slug": "content",
"isRequired": true,
"helpText": "The content of the blog post"
},
{
"type": "Reference",
"displayName": "Author",
"slug": "author",
"isRequired": true,
"helpText": "The author of the blog post",
"metadata": {
"collectionId": "23cc2d952d4e4631ffd4345d2743db4e"
}
}
]
}
},
{
"status": "400",
"contentType": "application/json",
"example": {
"code": "validation_error",
"message": "Validation Error: Provided ID is invalid",
"externalReference": null,
"details": []
}
},
{
"status": "401",
"contentType": "application/json",
"example": {
"code": "not_authorized",
"message": "Request not authorized",
"externalReference": null,
"details": []
}
},
{
"status": "404",
"contentType": "application/json",
"example": {
"code": "resource_not_found",
"message": "Requested resource not found: The site cannot be found",
"externalReference": null,
"details": []
}
},
{
"status": "409",
"contentType": "application/json",
"example": {
"code": "duplicate_collection",
"message": "Collection already exists",
"externalReference": null,
"details": []
}
},
{
"status": "429",
"contentType": "application/json",
"example": {
"code": "too_many_requests",
"message": "Too many requests",
"externalReference": null,
"details": []
}
},
{
"status": "500",
"contentType": "application/json",
"example": {
"code": "internal_error",
"message": "An Internal Error occurred",
"externalReference": null,
"details": []
}
}
]
}
Work with this as data
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/webflow-api-and-documentation-webflow-create-collection-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.