Get agency by agency ID

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>
  }
}
Language
Credentials
Basic
base64
:
URL
Click Try It! to start a request and see the response here!