Get API key
Authenticated all requests require Authorization: Bearer mk_test_…Learn more
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*
stringpath
Merdi tracking number (e.g. IM1234567890).

Responses

Success body
{
  "status": 200,
  "message": "OK",
  "data": {}
}

Returned object

FieldTypeSample
statusnumber200
messagestringOK
dataobject{0 keys}