Skip to main content
The Parcel Tracer API helps delivery companies track orders, drivers, and businesses through our powerful REST API.

Authentication

Every API request requires an API key for authentication. Always include your API key in the request header:
curl --request GET \
  --url https://api.parceltracer.com/v1/external/{endpoint} \
  --header 'X-Api-Key: <api-key>'

Getting Your API Key

Production: Generate your API key directly in the ParcelTracer dashboard under Settings → API Keys. Testing: Need to test our endpoints from the documentation directly? Contact us to get a sandbox API key for exploring the documentation.