API reference
Interactive reference for GET /api/v1/loads — try real requests with your key.
Explore the endpoint below, or point your tooling at the raw
OpenAPI 3.1 document.
The Try it panel fires real requests — paste your fr8_live_… key
as the Bearer token. Requests count against your rate limit.
Authorization
bearerAuth AuthorizationBearer <token>
Per-customer API key (fr8_live_…), sent as Authorization: Bearer <key>. Issued by FR8 Factory ops; rotate by requesting a second key, cutting over, then revoking the old one.
In: header
Query Parameters
page?integer
1-based page number.
Range
1 <= valueDefault
1pageSize?integer
Rows per page. Values above 1000 clamp to 1000.
Range
1 <= value <= 1000Default
100updatedSince?string
ISO 8601 date or datetime; only loads with updatedAt >= this value return.
Format
date-timeResponse Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/loads"{ "data": [ { "loadNumber": "string", "poNumber": "string", "billingRefNumber": "string", "originCity": "string", "originState": "string", "originZip": "string", "originWarehouse": "string", "destinationCity": "string", "destinationState": "string", "destinationZip": "string", "destinationWarehouse": "string", "status": "PrePlanning", "scheduledPickupDate": "2019-08-24T14:15:22Z", "scheduledPickupTime": "string", "scheduledDeliveryDate": "2019-08-24T14:15:22Z", "scheduledDeliveryTime": "string", "tenderedDate": "2019-08-24T14:15:22Z", "actualPickupDate": "2019-08-24T14:15:22Z", "actualDeliveryDate": "2019-08-24T14:15:22Z", "requestedDeliveryDate": "2019-08-24T14:15:22Z", "miles": "string", "totalCost": "string", "updatedAt": "2019-08-24T14:15:22Z" } ], "page": -9007199254740991, "pageSize": -9007199254740991, "totalCount": -9007199254740991, "hasMore": true}{ "error": "string", "details": [ "string" ]}{ "error": "string", "details": [ "string" ]}{ "error": "string", "details": [ "string" ]}{ "error": "string", "details": [ "string" ]}