Create Collection Item(s)
Create Item(s) in a Collection.
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
Collections Items Create Item Request0
A new Collection Item that will be created in the draft state.
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
Collections Items Create Item Request1
Response
Request was successful
id
Unique identifier for the Item
fieldData
cmsLocaleId
Identifier for the locale of the CMS 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