POST
https://demo.jeebly.com/customer/track_shipment
Track Shipment API Scheduled
Retrieve tracking status and history for a scheduled shipment. Pass the Jeebly
reference_number (AWB) in the JSON body. Authenticate with X-API-KEY and
client_key headers.
TIME (GST)DURATIONSTATUSMETHOD
—
—
—
POST
Body Params application/json
required = mandatory{
"success": "true",
"reference_number": "JB103015",
"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."
}