Skip to content

Not Authorised Token

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

  • The token lacks the required scopes for the endpoint.
  • The token belongs to a different merchant than the resource.
  • A refresh token is used instead of an access token.
{
"error_message": "NOT_AUTHORIZED",
"error_code": "NOT_AUTHORIZED"
}