Skip to content

Invalid Token

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

  • The access token has expired.
  • The token has been revoked or is no longer valid.
  • The token belongs to a different app or environment.
{
"error_message": "invalid access token",
"error_code": "NOT_AUTHORIZED"
}