POST
https://demo.jeebly.com/customer/track_shipment
Track Express Shipment API Express
Track an express shipment by order_id. Authenticate with
X-API-KEY and client_key headers.
TIMEDURATIONSTATUSMETHOD
—
—
—
POST
Body Params application/json
required = mandatory{
"success": "true",
"order_id": "JB112951",
"status": "In Transit",
"events": [
{
"datetime": "2025-06-01 10:30:00",
"status": "Picked Up",
"location": "Dubai"
}
]
}
{
"success": "false",
"message": "X-API-KEY and client_key headers are required."
}