GET /api/v1/Order/detail/{orderId}
Get order details
Returns the details of a specific order: status, stops, carrier and driver details, and approved PODs. Webhook notifications carry a DetailUrl that points at this endpoint.
Path parameters
orderId string (uuid)required
Returns
The full order object, including stops with requested/expected/arrival dates and, once uploaded and approved, PODs with a download link.