v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
Addresses

Retrieve an address

Retrieves the details of an existing address.

get/addresses/{id}

Path parameters

idstring required

address ID

Response

Successful response

Example response

{
  "data": {
    "administrative_area": "TX",
    "borough": "Guadalajara",
    "business_name": "Toy-O'Kon",
    "country_code": "US",
    "created_at": "2018-02-02T22:25:27.521Z",
    "customer_reference": "MY REF 001",
    "extended_address": "14th Floor",
    "first_name": "Alfred",
    "id": "1293384261075731499",
    "last_name": "Foster",
    "locality": "Austin",
    "neighborhood": "Ciudad de los deportes",
    "phone_number": "+12125559000",
    "postal_code": "78701",
    "record_type": "address",
    "street_address": "600 Congress Avenue",
    "updated_at": "2018-02-02T22:25:27.521Z",
    "validate_address": true
  }
}