Example payload

{
    "object": "address",
    "id": 83760,
    "address1": "3599 Winnie Summit",
    "address2": null,
    "city": "Kassulkeborough",
    "comment": null,
    "company_title": null,
    "country": "United Kingdom",
    "country_code": "GB",
    "first_name": "Shiloh",
    "last_name": "Howe",
    "name": null,
    "state": null,
    "zip": "KS2-3RT"
}

Attributes

FIELDDESCRIPTION
address1
string
Street address, including street number
address2
string
Optional additional field for the street address
city
string
City, town or village
zip
string
Postal code (zip, postcode, Eircode, …)
country
string
Country name.
country_code
string
Country code. 2 letter ISO code , e.g. FR or GB
state
string
State name. Only be there for US and CA country codes
first_name
string
Address first name
last_name
string
Address last name
name
string
Address full name
company_title
string
Name of the company (for business addresses)