List Carriers
List carriers that can quote for a team and (optionally) a product.
POST /api/v1/carriersRequest body
{
"appointed_only": true,
"product_code": "optional"
}Response (200)
[
{
"name": "Frontline",
"code": "frontline",
"appointed": true,
}
]Last updated