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_id
Unique identifier for a Collection
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
The field to create
Collections Fields Create Request0
OR
Collections Fields Create Request1
OR
Collections Fields Create Request2
Response
Request was successful
Collections Fields Create Response2000
OR
Collections Fields Create Response2001
OR
Collections Fields Create Response2002