Team

teams

Returns broker teams.<p>Scopes: export_company_info</p>

get/v{version}/companies/{broker_id}/teams

Path parameters

broker_idstring required

The broker company id.

versionstring required

Response

Success

errorstring

Contains any error messages, if applicable.

Example response

{
  "data": [
    {
      "create_date": "yyyy-MM-dd",
      "last_modified_date": "yyyy-MM-dd"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.