Webflow API and Documentation · Example Payload

Webflow Api And Documentation Webflow Create Field Example

CMSContent ManagementE-CommerceNo-CodePublishingWeb Development

Webflow Api And Documentation Webflow Create Field 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

Raw ↑
{
  "operationId": "create-field",
  "method": "POST",
  "path": "/collections/{collection_id}/fields",
  "summary": "Webflow Create Collection Field",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "StaticField",
      "example": {
        "id": "562ac0395358780a1f5e6fbc",
        "isEditable": true,
        "type": "RichText",
        "isRequired": false,
        "displayName": "Post Body",
        "helpText": "Add the body of your post here"
      }
    },
    {
      "contentType": "application/json",
      "name": "OptionField",
      "example": {
        "id": "562ac0395358780a1f5e6fbc",
        "isEditable": true,
        "type": "Option",
        "isRequired": false,
        "displayName": "Post Type",
        "helpText": "Add the body of your post here",
        "metadata": {
          "options": [
            {
              "name": "Feature"
            },
            {
              "name": "News"
            },
            {
              "name": "Product Highlight"
            }
          ]
        }
      }
    },
    {
      "contentType": "application/json",
      "name": "ReferenceField",
      "example": {
        "id": "562ac0395358780a1f5e6fbd",
        "isEditable": true,
        "type": "Reference",
        "isRequired": false,
        "displayName": "Author",
        "helpText": "Add the post author here",
        "metadata": {
          "collectionId": "63692ab61fb2852f582ba8f5"
        }
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "StaticField",
      "example": {
        "id": "562ac0395358780a1f5e6fbc",
        "isEditable": true,
        "type": "RichText",
        "isRequired": false,
        "displayName": "Post Body",
        "helpText": "Add the body of your post here"
      }
    },
    {
      "status": "200",
      "contentType": "application/json",
      "name": "OptionField",
      "example": {
        "id": "562ac0395358780a1f5e6fbc",
        "isEditable": true,
        "type": "Option",
        "isRequired": false,
        "displayName": "Post Type",
        "helpText": "Add the body of your post here",
        "metadata": {
          "options": [
            {
              "name": "Feature"
            },
            {
              "name": "News"
            },
            {
              "name": "Product Highlight"
            }
          ]
        }
      }
    },
    {
      "status": "200",
      "contentType": "application/json",
      "name": "ReferenceField",
      "example": {
        "id": "562ac0395358780a1f5e6fbd",
        "isEditable": true,
        "type": "Reference",
        "isRequired": false,
        "displayName": "Author",
        "helpText": "Add the post author here",
        "metadata": {
          "collectionId": "63692ab61fb2852f582ba8f5"
        }
      }
    },
    {
      "status": "400",
      "contentType": "application/json",
      "example": {
        "code": "bad_request",
        "message": "Bad Request: Request is malformed",
        "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.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/webflow-api-and-documentation-webflow-create-field-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 email required.

A second provider on the same verified email joins the account you already have.