Skip to main content
GET
Get a carrier's SAFER record
Provisional endpoint
This endpoint is available for early access. The core schema is stable, but minor details — such as field names or added fields — may change before it becomes generally available. Backward compatibility is not guaranteed.

See API Stability & Versioning for details on provisional endpoints.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

dot_number
string
required

Query Parameters

registry
enum<string>
default:fmcsa

Registry/authority that maintains the carrier record.

Available options:
fmcsa

Response

Successful Response

API read model for a motor carrier record.

Excludes internal bookkeeping fields (e.g. deleted_at) and the raw source_data payload.

id
string<uuid>
required
registry
enum<string>
required

Registry/authority that maintains the carrier record

Available options:
fmcsa
registry_id
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
dba_name
string | null
status
enum<string> | null

Carrier operational status as reported by the registry

Available options:
active,
inactive
address
string | null
city
string | null
state
string | null
postal_code
string | null
country
string | null
phone
string | null
email
string | null
power_units
integer | null
total_drivers
integer | null
safety_rating
enum<string> | null

Safety fitness rating assigned by the registry

Available options:
satisfactory,
conditional,
unsatisfactory
safety_rating_date
string<date> | null