English
cURL
curl --request GET \ --url https://sandbox.killb.app/api/v2/accounts/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "userId": "<string>", "type": "<string>", "status": "<string>", "data": { "firstName": "<string>", "lastName": "<string>", "companyName": "<string>", "email": "<string>", "phone": "<string>", "accountNumber": "<string>", "bankCode": "<string>", "type": "savings", "countryCode": "<string>", "document": { "type": "NIT", "number": "123456", "issuedCountryCode": "CO" }, "middleName": "<string>" }, "externalId": "<string>", "complianceUrl": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
The access token received from the authorization server in the OAuth 2.0 flow.
Show child attributes
Required if companyName is not present
Required if firstName is not present
You can find the code on the bank list endpoint
savings
checking
NIT
EIN
CNPJ
RFC
CUIT
USCC
RUT
"NIT"
"123456"
"CO"
A unique identifier used to identify your existing user.