Invalid application ID

Resolve invalid application ID errors.

An invalid application ID error indicates that the X-App-Id header was provided but its value is not a valid UUID.

Application IDs must be version 4 UUIDs.

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/invalid-public-id",  "title": "The application ID is invalid.",  "status": 401,  "detail": "The provided application public ID is not in a valid format.",  "instance": "/client/web/content"}