Skip to content

Unauthorized

Indicates that the request lacks valid authentication credentials for the target resource.

  • The access token is missing or empty.
  • The access token is expired or revoked.
  • The token is for a different environment or app.
{
"type": "https://developer.sumup.com/problem/unauthorized",
"status": 401,
"detail": "Unauthorized"
}