PASAR API
Free developer tier gives 250 calls/day (1 every 5s); higher volume needs a production agreement.
View docs ↗ More Logistics & delivery APIs# DHL ~ unified shipment tracking API needs an API key ~ get yours at: # https://developer.dhl.com/api-reference/shipment-tracking curl 'https://api-eu.dhl.com/track/shipments' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a Germany API into my app. API: DHL ~ unified shipment tracking API Provider: DHL Group Auth: requires an API key (sign up: https://developer.dhl.com/api-reference/shipment-tracking) Pricing: freemium Base URL: https://api-eu.dhl.com/track/shipments Important note: Free developer tier gives 250 calls/day (1 every 5s); higher volume needs a production agreement. Source: DHL Group (https://developer.dhl.com/api-reference/shipment-tracking) Source type: Provider API or developer docs Endpoint type: Provider API base URL Integration difficulty: Needs API key Last checked: 2026-07-05 Production caveat: Keep credentials server-side and confirm current limits, pricing, and webhook/error behaviour in the provider docs. Help me set up the correct onboarding/authentication path and make the first valid request ~ explain exactly where credentials go and what must happen before production.