v1

latestOpenAPI 3.1.02026-08-04650218.3 KB

/statement

get/statement

Query parameters

type'CPF' required

Tipo do identificador do cliente

keystring required

Headers

Authorizationstring required

access_token gerado no endpoint /auth

Response

200

cpfstring

Example response

{
  "recharge": [
    {
      "id": "string",
      "applicationId": "string",
      "type": "string",
      "createdAt": "2026-03-26T18:27:54.162Z",
      "expirationDate": "2026-03-26T18:27:54.162Z"
    }
  ],
  "preRecharge": [
    {
      "id": "string",
      "applicationId": "string",
      "createdAt": "2026-03-26T18:27:54.162Z",
      "expirationDate": "2026-03-26T18:27:54.162Z",
      "status": "string",
      "observation": "string",
      "reason": "string"
    }
  ],
  "cpf": "string"
}