Authentication
Authenticate with the Admin API by providing your project token in the Authorization header of your requests.
Example:
Authorization: Bearer yourProjectTokenHere
get
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 7/6/2024, 5:26:17 PM