Auth Errors

  • AUTH_MISSING (401): missing Authorization: Bearer token
  • AUTH_INVALID_TOKEN (401): unsupported/invalid token format or failed token validation
  • AUTH_MODE_INVALID (403): token type is valid but not allowed for that route mode
  • AUTH_SCOPE_MISSING (403): token lacks required route scope/permission
  • AUTH_ORG_MISMATCH (403): token does not belong to the requested organization

See also

Was this page helpful?