v1
latestOpenAPI 3.1.02026-07-246246106.8 KBGet carriers in a broker's network
Returns the list of carriers in the authenticated broker's network, with support for filtering, searching, sorting, and paging. Callers entitled to advanced risk data will additionally receive the carrier's current compliance status; all other callers will receive a null compliance status for every row.
Query parameters
The type of relationship
The type of relationship to return. Must be a relationship type that is tracked at the account level (e.g. Watched). Defaults to Watched.
The group of relationship types
The group of relationship types to return. Must be a group that is tracked at the account level (e.g. CarrierHubNetwork). Defaults to CarrierHubNetwork.
The DOT number to filter carriers by. Exact match.
The carrier operation to filter carriers by.
Types of entities associated with the carrier
The entity type to filter carriers by.
Value to search carriers by. Partial match on DOT number, MC number, or company name.
Filter by active state. When true, returns only carriers on the broker's active list. When false, returns only carriers on the inactive list. When omitted, returns both.
The page of data to retrieve.
The number of items per page.
The field to sort by
The sort order
The sort order
Response
A paginated list of carriers in the broker's network
Example response
[
{
"dotNumber": "1234567",
"mcNumber": "MC987654",
"companyName": "Wayne Enterprises",
"doingBusinessAs": "Batman Logistics",
"city": "Gotham",
"state": "NY",
"postalCode": "10001",
"country": "US",
"entityType": [
"Carrier"
],
"isActive": true
}
]