Create Collection Field

Create a custom field in a collection.

Slugs must be all lowercase letters without spaces. If you pass a string with uppercase letters and/or spaces to the “Slug” property, Webflow will convert the slug to lowercase and replace spaces with ”-.” This endpoint does not currently support bulk creation.

Required scope | cms:write

Path parameters

collection_idstringRequiredformat: "objectid"

Unique identifier for a Collection

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

The field to create

Static FieldobjectRequired
OR
Option FieldobjectRequired
OR
Reference FieldobjectRequired

Response

Request was successful

Static Fieldobject
OR
Option Fieldobject
OR
Reference Fieldobject

Errors