Addresses

An address object contains the necessary data fields for a mailing address and can be attached to many different objects in the platform.

AttributeDescription
id
string
A unique identifier for the address.
line1
string
Line 1.
line2
string
Line 2.
locality
string
Locality or City.
region
string
Region or State.
postal_code
string
Postal Code.
country
string
Country code conforms to ISO 3166-1 alpha-2.
live_mode
boolean
This field will be true if this object was created with a production API key or false if created with a test API key.
{
  "id": "4b0f10be-a84b-42e0-b59b-e3026c408212",
  "line1": "84 Beacon St.",
  "line2": null,
  "locality": "Boston",
  "region": "MA",
  "postal_code": "02108",
  "country": "US",
  "live_mode": true,
  "created_at": "2019-11-09T00:11:07Z",
  "updated_at": "2019-11-09T00:11:07Z"
}