Track a booking through the legacy /track/v4 alias
GET /api/v5/bookings/track/v4/{id}
Legacy “/track/v4” alias of GET /track/{id}; returns tracking events keyed by the supplied reference in the legacy v4 tracking-API shape. Requires an API key.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Example
TD123Booking ID, consignment number or courier tracking reference.
Responses
Section titled “ Responses ”Tracking events keyed by the requested booking ID or reference
object
object
Event timestamp as reported by the courier; null when unknown.
Courier status label for the event; null when unavailable.
Human-readable description of the tracking event; null when unavailable.
Location associated with the event; null when unavailable.
Proof-of-delivery document URL; null when not available.
Delivery date for the shipment; null when not delivered or unknown.
Normalised tracking status code (e.g. picked_up, in_transit, delivered); null when unknown.
Invalid tracking reference
object
Human-readable error message describing why the request failed.
Missing or invalid API key
No booking matched the supplied reference (empty event list for the reference)
object
object
Event timestamp as reported by the courier; null when unknown.
Courier status label for the event; null when unavailable.
Human-readable description of the tracking event; null when unavailable.
Location associated with the event; null when unavailable.
Proof-of-delivery document URL; null when not available.
Delivery date for the shipment; null when not delivered or unknown.
Normalised tracking status code (e.g. picked_up, in_transit, delivered); null when unknown.