Carriers
Bulk Lookup by MC
Resolve multiple MC numbers to carriers in a single request
POST
Resolve a list of MC (docket) numbers to carriers in a single request (max 500). The MC-keyed companion to Bulk Lookup — ideal for enriching records that only carry an MC number with the authoritative USDOT number, legal name, and status.
The response separates the carriers that matched (
data) from the MC numbers that matched nothing (not_found), so you can reconcile a batch in one pass instead of looping the search endpoint one MC at a time.
This endpoint requires an API key. See Authentication.
Like Bulk Lookup, this returns the core carrier profile only — safety, insurance, risk score, and related companies are not included. For those, fetch each carrier individually via
GET /v1/carriers/{dot_number}.Array of MC numbers to resolve (max 500). Blank entries and duplicates are ignored.