Skip to main content
GET
Retrieve all shipments for your API key’s location groups. List reads are served from our DB without making provider calls — an hourly background sync keeps shipments reasonably fresh (within the last few hours). For a force-refreshed view of one shipment, use Get Shipment.

Request

This endpoint takes no request parameters.

Response

On success, the API returns 200 OK with an array of shipment objects.
string
required
Shipment reference identifier.
string
required
Shipment lifecycle status. One of pending, in_transit, delivered, fault, or cancelled.
string
required
Logistics provider. One of go, dhl, or tof.
string
External tracking number from the logistics provider. May be null.
object
Pickup address. May be null.
object
Delivery address. Same structure as origin. May be null.
object
Scheduled pickup window. May be null.
string
Optional notes. May be null.
object[]
required
Chronological lifecycle events from the logistics provider (oldest first). Each entry has a status (free-form provider-sourced label) and time (ISO 8601). Empty array if no events observed yet.
ShipmentAppointmentLink[]
required
Appointments linked to this shipment, oldest-link first. Each entry is { id, added_at }; cross-reference each id against Get Appointment for the full appointment payload. Empty array when no appointments are linked.
string
required
Creation timestamp (ISO 8601).
string
Last update timestamp (ISO 8601). May be null.

Error responses