CMS > Entries

Get an entry

Read one entry from a collection.

get/v1/cms/collections/{collectionId}/entries/{entryId}

The entry must be active and belong to the collection in the path. An entry ID from a different collection returns 404 even when the entry itself exists.

Path parameters

collectionIdstringrequired

ID of the collection.

entryIdstringrequired

ID of the entry.

Response · 200

entryobjectrequired
Show 6 properties
idstringrequired
collectionIdstringrequired
valuesobjectrequired
statusenumrequired

One of: active, deleted

createdAtstringrequired
updatedAtstringrequired

Errors: 400, 401, 404, 405, 429, 500. See Errors for the response shape.

getTry it
/v1/cms/collections/{collectionId}/entries/{entryId}

Stored in this browser tab only. Requests go directly to the API — the token never reaches the docs site.

Path parameters

Add a token to send a request.

https://api.superfunnel.ai/v1/cms/collections/{collectionId}/entries/{entryId}

curl -X GET 'https://api.superfunnel.ai/v1/cms/collections/{collectionId}/entries/{entryId}' \
  -H 'x-api-key: Bearer YOUR_API_TOKEN'