Track
This is the endpoint can be used to get the status of an order and view the delivery timeline of that order.
This endpoints returns an order object which includes the status of the order, sender/recipient name and sender/recipient address. It also returns the history object which contains the history/timeline of the order.
Endpoint => /order/track/{orderNumber}
GET
/order/track/{orderNumber}
Headers
Name
Type
Description
Authorization *
String
Your Bearer Token
secret-key*
String
Your Secret Key
Last updated