List addresses
To obtain a list of all addresses linked to an account, use the List addresses endpoint.
Sample response
[
{
"zip_code":"04514050",
"country":"Brasil",
"address":"Rua de Teste",
"city":"São Paulo",
"address_type":"RESIDENTIAL",
"active":true,
"creation_date":"2019-06-28T17:42:08Z",
"org_id":"TN-f60b5e18-9f53-46ce-953b-b81ddfd12345",
"number":10,
"account_id":16787293,
"complementary_address":"apto 123",
"mailing_address":true,
"last_update":null,
"id":1234567,
"neighborhood":"Vila Mariana",
"state":"SP"
}
]
Updated about 2 months ago