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_idstringRequiredformat: "objectid"
Unique identifier for a Collection

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

Details of the item(s) to create

Single ItemobjectRequired

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 a name and slug, and may include additional fields matching your collection’s schema definition.
OR
Multiple ItemsobjectRequired

Response

Request was successful
idstring
Unique identifier for the Item
fieldDataobject
cmsLocaleIdstring or null
Identifier for the locale of the CMS item
lastPublishedstring or nullformat: "date-string"
The date the item was last published
lastUpdatedstring or nullformat: "date-string"
The date the item was last updated
createdOnstring or nullformat: "date-string"
The date the item was created
isArchivedboolean or nullDefaults to false
Boolean determining if the Item is set to archived
isDraftboolean or nullDefaults to true
Boolean determining if the Item is set to draft

Errors