GET https://api.mediaos.com/addresses/{address_id}
Response Parameters
Paramater Description Data Type
advertiser_id Reference to advertiser object. Integer
agency_id Reference to agency object. Integer
city String
contact_id Reference to contact object. Integer
created_by_user_id Reference to user object. Integer
date_created Date
id Unique id of address object. Integer
line1 String
line2 String
line3 String
line4 String
postal_code String
state String
Example Response
{
  "id":"10660",
  "contact_id":null,
  "agency_id":null,
  "advertiser_id":"3241",
  "line1":"1550 E Battlefield Rd Suite E,",
  "line2":"",
  "line3":"",
  "line4":"",
  "city":"Springfield",
  "state":"MO",
  "postal_code":"65804",
  "country":{
    "name":"United States",
    "abbreviation":"USA"
  },
  "date_created":"2017-05-26 11:38:42",
  "created_by_user_id":"62"
}