Create Live Collection Item(s)
Create item(s) in a collection that will be immediately published to the live site.
To create items across multiple locales, please use this endpoint.
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
Details of the item(s) to create
A Collection Item represents a single entry in your collection. Each item includes:
- System metadata - Automatically managed fields like IDs and timestamp
- Status flags - Controls for managing content state:
isDraft
,isArchived
- Content fields - Stored in
fieldData
. Each item needs aname
andslug
, and may include additional fields matching your collection’s schema definition.
OR
Response
Request was successful
id
Unique identifier for the Item
lastPublished
The date the item was last published
lastUpdated
The date the item was last updated
createdOn
The date the item was created
isArchived
Boolean determining if the Item is set to archived
isDraft
Boolean determining if the Item is set to draft
fieldData
cmsLocaleId
Identifier for the locale of the CMS item