GET https://api.mediaos.com/agencies/{agency_id}
Response Parameters
Paramater Description Data Type
date_created Date
discount_percent Default discount on contracts. Double
id Integer
name String
primary_address Address Object
primary_email Contact Data Object
primary_phone Contact Data Object
Example Response
{
  "id":"243",
  "name":"Clear Marketing",
  "date_created":"2017-04-15 13:19:03",
  "discount_percent":null,
  "primary_address":null,
  "primary_phone":null,
  "primary_email":null
}