Unauthorized
HTTP 401
unauthorizedThe access token is missing, expired, or invalid. Obtain a new token using the Client Credentials flow.
Type URI
https://docs.avvail.com/v2/problems/unauthorizedExample 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"
}