Working With Addresses
Key Requirements
Address ID Required
Always include the addressId when updating addresses. You can retrieve it
using the GET /entity endpoint.
Country Code Required
The country field is mandatory and must use ISO-3166-alpha-3 codes (e.g., USA, AUS, GBR).
Available Address Types
We support several address types to help with processing and validation:
Address Types
The legacy RESIDENTIAL type will be removed in the next major API version.
Use RESIDENTIAL1 instead.
Address Structure Options
Option 1: Structured Address (Recommended)
Using structured addresses provides better matching results and improved data quality.
Address Field Reference
Structured Address Example
Option 2: Long-Form Address
Use this format when structured address data isn’t available.
Street Address Flexibility
While the streetName field is flexible and can contain combined address elements, we recommend separating address components when possible:
- ✅ Preferred: Separate
streetNumber,streetName, andstreetType - ⚠️ Acceptable: Combined in
streetName
