BoxBrownie.com

Agencies


Overview

For some types of jobs in the BoxBrownie.com system, we support the use of agency-specific templates/options. This means that if you belong to an agency (such as a real estate agency) we can support the use of custom-made branded assets. One example of this is our Floor Plan jobs, where we can create floor plans that match the branding of your specified agency.

Retrieve Agency List

GET /api/v2/agency/getAgencyList
  • Endpoint: https://www.boxbrownie.com/api/v2/agency/getAgencyList
  • HTTP Method: GET
  • Requires Authentication? Yes
  • Optional Parameters: (string) responseFormat [json|xml]

You may retrieve an exhaustive list of supported agencies using this endpoint. Querying this endpoint will simply return an agencyId and agencyTitle for each available agency.

Note: The agencyId is what will be primarily used in other areas of the API where agencies are supported.

Example Response