swepayError Catalog

Passly

Unauthorized 401

Authentication is missing or invalid.

type https://errors.swepay.com.br/passly/unauthorized

What this means

TODO: preencher pelo time Passly.

Stub entry demonstrating the multi-service pattern. Until the Passly team documents service-specific nuances, refer to the shared Unauthorized problem type.

Common causes

  • No `Authorization` header was sent.
  • The access token is expired or has been revoked.

How to resolve

Obtain a fresh access token and retry with a valid Authorization: Bearer <token> header. See common/unauthorized for the shared guidance.

Example response

HTTP 401 · application/problem+json
{
  "type": "https://errors.swepay.com.br/passly/unauthorized",
  "title": "Unauthorized",
  "status": 401,
  "detail": "Authentication is required to access this resource.",
  "instance": "/v1/passkeys"
}

References

Machine-readable: /passly/unauthorized.json