v1
latestOpenAPI 3.1.02026-07-24320172.9 KBRetrieve Account Informations
get/api/v2.0/accounts
Path parameters
versionstring required
The current version of BaaSiC API
Query parameters
accountIdstring
The specific account Identification
Headers
Authorizationstring required
The personal authentication token obtained by each user from the token authentication endpoint
Response
200
Example response
[
{
"accountId": "000",
"bankName": "Caixa Econômica Federal",
"bankBranch": "0000",
"bankAccount": "00000000",
"isPixPaymentEnable": true,
"pixKeys": [
"teste@teste.com"
],
"currency": "BRL",
"bankBeneficiaryName": "Mulan",
"bankBeneficiaryTaxId": "12.345.678/9101-11"
}
]