latestSwagger 2.02026-08-0982147352.7 KB

be66ed178abe

Broker

broker

Returns the broker<p>Scopes: export_company_info</p>

get/v{version}/brokers/{id}

Path parameters

idstring required

The broker company id.

versionstring required

Response

Success

idstring required

The Id of the carrier

namestring required

The name of the carrier

active_employees_countinteger

The count of active employees.

contract_start_datestring

The contract start date.

Example response

{
  "contract_start_date": "yyyy-MM-dd",
  "subscription": {
    "paid_through_date": "yyyy-MM-dd"
  },
  "extra_seats": {
    "paid_through_date": "yyyy-MM-dd"
  }
}