carrier profile.md

Carrier Profile

Carrier Profile Endpoint

Retrieve FMCSA details, Equipment Pairings, and USDOT Sightings for one or more carriers, with optional date filters for sightings.

Authentication

Permissions

The external-api-carrier-profile permission is required to access this endpoint.

Endpoint

Headers

Query Parameters:

Understanding carrier profile information

Responses are always grouped by USDOT, and within each USDOT you may find:

This means that while FMCSA Detail is guaranteed for every USDOT, the Pairing Data and Sightings sections may not return results if they do not match the requested filters.

Carrier Profile returns three arrays per USDOT.

The carrier's safety rating, which can be one of the following:

Response:

Response Body:

Request Example:

curl --location 'https://api.genlogs.io/carrier/profile?usdot_number=2350084%2C10553&start_date=2025-09-01&end_date=2025-09-12' \
--header 'Access-Token: {your-user-token}' \
--header 'x-api-key: {your-x-api-key}'

Get carrier profile details

Retrieve a comprehensive carrier profile details including FMCSA details, equipment pairings, and sightings data for specified USDOT numbers.