Unauthorized

No valid session or credentials were provided.

Status: 401 Type: https://brivo.ltd/docs/identity/api/errors/unauthorized

The request reached an endpoint that requires authentication and no valid session was found. The session may be missing, expired, or revoked.

Common causes

  • No Authorization header or session cookie present
  • Access token has expired
  • Session was revoked (e.g. sign-out from another device)

Example

{
  "type": "https://brivo.ltd/docs/identity/api/errors/unauthorized",
  "title": "Unauthorized",
  "status": 401,
  "detail": "Session has expired."
}

Resolution

Re-authenticate and retry with a fresh session. If you are using short-lived access tokens, check your refresh logic.

On this page