Authentication

Authenticate with the Admin API by providing your project token in the Authorization header of your requests.

Example:

Authorization: Bearer yourProjectTokenHere


get

Example request

Search all content for "John Wick"

Required attributes

projectId
string
Your projectId

Optional attributes

None
Request
get
/api/projects/:projectId/content/search?query=john+wick
Response
Last modified 1/14/2025, 4:56:24 PM