TrackShipmentbyTrackingId
Tracking
Track a shipment
Retrieves tracking information for a shipment by its tracking ID, including status, recipient, address, dimensions, and scan events.
GET
TrackShipmentbyTrackingId
Authorizations
API access token generated from the UniUni Platform dashboard.
Query Parameters
The shipment tracking ID. Must be 19 characters starting with UR (e.g. UR06250000000000351) or 19 characters starting with URB (batch tracking ID).
Pattern:
^(UR\d{17}|URB\d{16})$