Create Collection Field

POST

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_idstringRequired

Unique identifier for a Collection

Request

Details about the field of a collection

Static Fieldobject
OR
Option Fieldobject
OR
Reference Fieldobject

Response

Request was successful

Static Fieldobject or null
OR
Option Fieldobject or null
OR
Reference Fieldobject or null

Errors

Built with