v1
latestOpenAPI 3.1.0MIT2026-07-2484155300.5 KBAccount
Retrieve
Recovers the account resource by its id
get/accounts/{id}
Path parameters
idstring required
Account primary identifier
Response
Retrieve an account.
Example response
{
"id": "a658c848-e475-457b-8565-d1fffba127c4",
"type": "BANK",
"subtype": "SAVINGS_ACCOUNT",
"number": "40114687/1234",
"name": "Conta Corrente",
"marketingName": "SIGNATURE CJA. AHORRO PESOS",
"balance": 120950,
"itemId": "a0922d6f-2007-4169-a181-b961500608db",
"taxNumber": "416.799.495-00",
"owner": "John Doe",
"currencyCode": "BRL",
"createdAt": "2024-01-15T13:21:08.456Z",
"updatedAt": "2024-07-22T18:05:11.328Z"
}