Premium Address

The Premium Address Insights Bundle returns the name and full address, include street address and zip code for an individual. The data for this bundle will be returned in the name and locations keys in the details portion of a Person Summary object.


"name" : {
   "given" : "Bart",
   "family" : "Lorang",
   "full" : "Bart Lorang"
 },
"locations": [
  {
    "addressLine1": "10221 Vargo Dr.",
    "city": "Indianapolis",
    "region": "Indiana",
    "regionCode": "IN",
    "postalCode": "46239",
    "country": "United States",
    "countryCode": "US"
  }
]
Properties: details.locations

addressLine1 string

The street address of the individual

city string

City portion of the address

region string

State portion of the address

regionCode string

Two letter abbreviation for the state

postalCode string

Postal code portion of the address

country string

Country portion of the address

countryCode string

Two-letter abbreviation code for the country