cURL
curl --request GET \ --url https://api.usedroptrail.com/tracking/{id}/history \ --header 'Authorization: Bearer <token>'
{ "delivery_id": "<string>", "current_status": "<string>", "events": [ { "timestamp": "<string>", "status": "<string>", "location": "<string>", "description": "<string>", "updated_by": "<string>" } ] }
Retrieve the complete tracking history for a delivery
Show properties