Missing client ID
Resolve missing client ID errors.
A missing client ID error indicates that the request does not include an X-Client-Id header and no X-Token was provided either.
Client-side requests must include either X-Client-Id or X-Token.
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/missing-client-id", "title": "The client ID is missing.", "status": 401, "detail": "The request must include a client ID, but none was provided.", "instance": "/client/web/content"}