List loads
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Headers
Query parameters
Substring match on origin stop city (ILIKE)
Substring match on destination stop city (ILIKE)
Bearer authentication of the form Bearer <token>, where token is your auth token.
Substring match on origin stop city (ILIKE)
Substring match on destination stop city (ILIKE)
List loads with pagination, search, sorting, and column filters. Search matches load number, external ID, TMS load ID, carrier name, customer name, equipment type, and pickup/delivery city/state. The tab param applies one of the existence-subquery filters used by the loads-page tab strip.
Authentication: Supports API key and bearer token authentication.
Tab filter used by the loads list view.
Each value maps to an existence-subquery condition applied on top of the
standard load filters. ALL is the no-op default.
ACTIVE_ESCALATIONS is reserved for an upcoming product workflow;
the API surfaces it so the front-end can render the full tab strip
from day one, but the backend returns 0 / no rows until the feature
lands.