v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBAddresses
Get address
Get address information using an account ID and address ID.
To get a list of address IDs, call List addresses.
get/accounts/v1/accounts/{accountId}/addresses/{addressId}
Path parameters
accountIdinteger required
Example:6912345
Account ID
addressIdinteger required
Example:456
Address ID
Response
OK
Example response
{
"id": 7654776,
"address_type": "RESIDENTIAL",
"address": {
"line1": "1313 Mockingbird Lane",
"line2": "Apt 4B",
"country": "USA",
"country_subdivision": "CA",
"city": "San Francisco",
"postal_code": "8675309"
},
"number": 456,
"extended_number": "456 B",
"complementary_address": "Apt 1408",
"neighborhood": "Shady Pines",
"zip_code": "12345-678",
"city": "San Diego",
"state": "BLOCKED",
"country": "Brazil",
"creation_date": "15/05/2022",
"mailing_address": true,
"active": true,
"org_id": "TN-34778262-f4f0-464d-b4c6-a14e2dc6f4be",
"account_id": 6912345,
"last_update": "2019-07-22T14:35:00.000Z",
"customer_ids": [
5648988
]
}