Skip to content

Missing Token

Indicates that the request has not been applied because it lacks valid authentication credentials for the target resource.

  • The Authorization header is missing.
  • The token is not included in the request at all.
  • The header is present but empty or malformed.
{
"message": "access token required",
"error_code": "NOT_AUTHORIZED"
}