ClavianAPI errors
All error codes

401 Unauthorized

Not signed in

Code
unauthenticated
Status
401 Unauthorized
Type
https://errors.clavian.io/unauthenticated

What it means

The request carried no session, token or API key the API accepts: none was sent, or the one sent has expired or been revoked.

What to do

Sign in again or get a new token, then repeat the request. Retrying with the same credentials fails the same way.

Example

The API answers with status 401 and this body, as application/problem+json. A detail may be added, saying what went wrong this time; it is for people, and changes.

{
  "type": "https://errors.clavian.io/unauthenticated",
  "title": "Not signed in",
  "status": 401,
  "code": "unauthenticated",
  "requestId": "req_01k5znw4hmfay8vvr14d2pf2db"
}

Endpoints that return it

96 endpoints in the OpenAPI document name it among their answers.

All 96 endpoints