Expired token
Resolve expired token errors.
An expired token error indicates that the X-Token has a valid format and signature, but its expiration date has passed.
Issue a new token from your backend and retry the request.
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/expired-token", "title": "The token has expired.", "status": 401, "detail": "The provided token has expired and is no longer valid.", "instance": "/client/web/content"}