Create Items
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Request
Whether the item is created in a draft state. A new item has never been published, so isDraft: true gives it a Draft status. Set isDraft: false to queue the item to publish on the next site publish.
Response
Whether the item is in a draft state. Together with lastPublished, this determines the status shown in the Webflow UI. See Publishing with the CMS API for the full mapping.