v1v2

Unauthorized

HTTP 401unauthorized

The access token is missing, expired, or invalid. Obtain a new token using the Client Credentials flow.

Type URI

https://docs.avvail.com/v2/problems/unauthorized

Example Response

{
  "type": "https://docs.avvail.com/v2/problems/unauthorized",
  "title": "Unauthorized",
  "detail": "The access token is missing, expired, or invalid. Obtain a new token using th...",
  "instance": "/v2/example"
}