{
  "type": "https://errors.swepay.com.br/passly/unauthorized",
  "service": "passly",
  "slug": "unauthorized",
  "httpStatus": 401,
  "title": "Unauthorized",
  "summary": "Authentication is missing or invalid.",
  "description": "**TODO: preencher pelo time Passly.**\n\nStub entry demonstrating the multi-service pattern. Until the Passly team\ndocuments service-specific nuances, refer to the shared\n[Unauthorized](/common/unauthorized) problem type.\n",
  "commonCauses": [
    "No `Authorization` header was sent.",
    "The access token is expired or has been revoked."
  ],
  "clientAction": "Obtain a fresh access token and retry with a valid `Authorization: Bearer\n<token>` header. See [common/unauthorized](/common/unauthorized) for the\nshared guidance.\n",
  "exampleResponse": {
    "type": "https://errors.swepay.com.br/passly/unauthorized",
    "title": "Unauthorized",
    "status": 401,
    "detail": "Authentication is required to access this resource.",
    "instance": "/v1/passkeys"
  },
  "relatedDocs": [
    {
      "label": "RFC 9457 — Problem Details",
      "url": "https://www.rfc-editor.org/rfc/rfc9457"
    }
  ],
  "category": "service",
  "deprecated": false,
  "documentation": "https://errors.swepay.com.br/passly/unauthorized"
}