v1
latestOpenAPI 3.1.02026-08-0629140119.9 KBAccount
Get Account Details
Retrieves account details including balance and legal entity information. Supports both PF (Pessoa Física - natural person) and PJ (Pessoa Jurídica - legal entity) accounts. For PF accounts, the legal_name field contains the person's name and trading_name is omitted. For PJ accounts, legal_name contains the company name and trading_name contains the trading name.
get/v1/account
Response
Account details retrieved successfully
Example response
{
"accounts": [
{
"created_at": "2026-05-28T14:30:00Z",
"updated_at": "2026-05-28T14:30:00Z"
}
]
}