Authorization required
Resolve authorization required errors.
The endpoint requires authentication, but the request did not include any credentials.
Depending on the endpoint, include either an API key through the X-Api-Key header for server-side requests, or an application ID through the X-App-Id header for client-side requests.
Response
All error responses follow the Problem Details (RFC 9457) format, which defines the type, title, status, detail, and instance fields.
Here is an example of the response returned for this error:
{ "type": "https://croct.help/api/authentication/authorization-required", "title": "The request credentials are missing.", "status": 401, "detail": "The endpoint requires authentication, but no credentials found in the request.", "instance": "/client/web/content"}