v1

latestOpenAPI 3.0.02026-07-131658213.4 KB
Tracking

Track parcels (billable)

Track up to 5 parcels at once. Average response time 5 seconds per item. Supports 500+ carriers including USPS, UPS, FedEx, DHL, and more.

When to use this endpoint: Use /v2/track for on-demand, one-off lookups — for example, when a customer checks their order status on your website.

For continuous monitoring, use Webhooks instead. If you need to keep your database in sync with delivery status (e.g., updating order records, triggering notifications), register a webhook subscription via /v2/webhooks/register with recurring: true. The webhook approach is far more efficient — instead of polling repeatedly, you receive a push notification only when the status actually changes.

Rate Limits: Each API key has per-minute and per-month request quotas based on your plan. When exceeded, the API returns HTTP 429. See response headers X-RateLimit-Limit, X-RateLimit-Remaining, and X-RateLimit-Reset for current usage.

PlanRequests/minRequests/month
Starter3010,000
Pro6030,000
Business200300,000
post/v2/track

Request body

Response

Successful tracking response

successboolean required
processingTimenumber
coldStartboolean
All 16 operations