GET https://api.subscriptiongenius.com/2/addresses/{address_id}
Response Parameters
Paramater Description Data Type
address Address line String (50)
address_id Unique address identifier Integer
city City on address String (50)
company Company name on address String (50)
country_abbreviation Country abbreviated on address String (5)
country_name Full name of country on address String (25)
first_name First name on address String (50)
last_name Last name on address String (50)
latitude Latitude coordinates of address Float
longitude Longitude coordinates of address Float
state State on address. USA states abbreviated to 2 letters String (25)
subscriber_id Unique reference id to subscriber Integer
verified Address has been validated by USPS Bool
zip_code Zip/Postal code or postal code on address String(15)
Example Response
{
  "first_name":"John",
  "last_name":"Doe",
  "line1":"5919 S 118TH CIR STE 250",
  "company":"Subscription Genius",
  "city":"OMAHA",
  "state":"NE",
  "subscriber_id":"9",
  "country_name":"United States",
  "country_abbreviation":"USA",
  "latitude":"41.2297",
  "longitude":"-95.8012",
  "verified":true
}