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

Collections Fields Create Request0objectRequired
OR
Collections Fields Create Request1objectRequired
OR
Collections Fields Create Request2objectRequired

Response

Request was successful

Collections Fields Create Response2000object
OR
Collections Fields Create Response2001object
OR
Collections Fields Create Response2002object

Errors