---
title: "Get carriers in a broker's network"
method: GET
path: "/mynetwork"
tags: ["Carrier Hub"]
---

# Get carriers in a broker's network

`GET /mynetwork`

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

- `relationship_type` 'Favorite' | 'Blocked' | 'Watched' — The type of relationship
- `relationship_type_group` 'MyCarriers' | 'CarrierHubNetwork' — The group of relationship types
- `dot_number` string
- `carrier_operation` CarrierOperationType[]
- `entity_type` 'Carrier' | 'ShipperOnly' | 'Broker' | 'Registrant' | 'FreightForwarder' | 'IntermodalEquipmentProvider' | 'CargoTank' — Types of entities associated with the carrier
- `search` string
- `is_active` boolean
- `page` integer
- `per_page` integer
- `sort_by` string
- `sort_order` 'Asc' | 'Desc' — The sort order

## Response `200`

A paginated list of carriers in the broker's network

- NetworkCarrier[]
  - `dotNumber` string — The DOT number for the carrier
  - `mcNumber` string — The MC number for the carrier
  - `companyName` string — The legal name of the carrier
  - `doingBusinessAs` string, nullable — The name the carrier does business as
  - `city` string — The city where the carrier is located
  - `state` string — The state where the carrier is located
  - `postalCode` string — The postal code where the carrier is located
  - `country` string — ISO2 country code where the carrier is located
  - `carrierOperation` 'Interstate' | 'IntrastateHmz' | 'IntrastateNonHmz', nullable — The operation type of the carrier
  - `entityType` EntityType[] — The entity types associated with the carrier
  - `isActive` boolean — Whether the carrier is actively being watched in the broker's network
  - `addedDate` string, date-time — The date the carrier was added to the broker's network
  - `updatedDate` string, date-time, nullable — The date the entry was last updated
  - `complianceStatus` 'Pass' | 'Fail' | 'Error' | 'Warning' | 'Pending' — The outcome of a rule or policy evaluation

## Other responses

- `400` — There was a problem with the data provided for this request.
- `401` — Authorization was denied for this request.
- `403` — Access to the requested resource is forbidden.
- `500` — A server side error occurred.

---

[API](https://skmtc.net/truckstop/apis/authentication.md) · [All operations](https://skmtc.net/truckstop/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/truckstop/authentication/revisions/da4fa196575d/schema)
