cURL
curl --request GET \ --url https://api.avenia.io:8443/v2/v2/account/account-info \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "accountInfo": { "id": "<string>", "accountId": "<string>", "accountType": "<string>", "country": "<string>", "createdAt": "<string>" }, "wallets": [ { "id": "<string>", "currency": "<string>", "balance": "<string>" } ], "pixKey": "<string>", "brCode": "<string>", "createdAt": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Sub-account ID (if applicable)
OK
Show child attributes