API ReferenceTrackingGet tracking information for a shipment
Get tracking information for a shipment
GET
/api/v1/tracking/{tracking_number}Returns the public tracking projection (status, destination country/district, event timeline) for the given tracking number. Authenticated but NOT clientId-scoped — any valid Bearer key can look up any tracking number (rate-limit applies). Designed for B2B clients to power their own tracking pages.
Parameters
tracking_number*
Merdi tracking number (e.g. IM1234567890).
Responses
Success body
{ "status": 200, "message": "OK", "data": {} }
Returned object
| Field | Type | Sample |
|---|---|---|
| status | number | 200 |
| message | string | OK |
| data | object | {0 keys} |