All watchlist endpoints require an API key. See Authentication.
List watched carriers
Add carriers to the watchlist
string[]
required
Array of USDOT numbers (max 50 per request)
400 LIMIT_EXCEEDED if the addition would exceed your account’s watchlist cap.
Remove a carrier
Check whether a carrier is watched
string
required
The carrier’s USDOT number. Singular — pass one DOT per request.
Recent changes for watched carriers
GET /v1/changes/{etl_run_id} — same category, old_values, new_values fields.
Use this for catch-up after a webhook delivery failure or when wiring up a new dashboard.
string
Return only changes at or after this instant. Accepts RFC3339 (
2026-05-01T00:00:00Z) or a bare date (2026-05-01), which is read as midnight UTC. Narrows within the 30-day window — it never reaches further backstring
Filter to a single change category, using the same values as the change feed
integer
default:"1"
Page number
integer
default:"25"
Results per page (max: 100)
batch_ts of the newest change you have already processed as since on the next poll.