Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.parceltracer.app/llms.txt

Use this file to discover all available pages before exploring further.

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

Data Models

Understand the schema for Customers, Orders, and Locations.

API Reference

Explore all available endpoints and their parameters

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.