get
https://sandbox-api.viantinc.com/{basePath}/agency/
Retrieves an agency by ID.
Request
GET /agency/{agencyId}
Response
{
"messages": [],
"entity": {
id: <integer>,
name: <string>,
contact_name: <string>,
street: <string>,
city: <string>,
state: <string>,
zip: <string>,
country: <string>,
phone: <string>,
fax: <string>,
email: <string>,
description: <string>,
externalAgencyId: <string>
}
}