← Back to catalog
dhl.track
mock data$0.001 / callTrack DHL Shipment
Track a DHL shipment by tracking number — returns current status, delivery events timeline, origin/destination, estimated delivery date, and service type. Supports all DHL services: Express, Parcel, eCommerce, Freight. Official DHL data for 220+ countries (DHL)
Input schema
tracking_numberrequired
stringDHL tracking number (e.g. "00340434292135100186" for DHL Paket, "1234567890" for DHL Express). Supports all DHL services: Express, Parcel, eCommerce, Freight
Call via REST
curl -X POST https://unifyapi.pro/api/call/dhl.track \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"tracking_number":"<tracking_number>"}'