For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get Loads

Here are routes you can use to get active loads and past loads that have arrived

Active Loads

To get a list of active loads (loads that have not been invoiced) you can call the active route

GET /v2/loads/active

Archived Loads

To get a list of past loads (loads that have been invoiced) you can call the archived route

GET /v2/loads/archived

Last updated