Track shipments

Retrieve the current tracking status and event history for one or more shipments using their tracking numbers.

When to use: Call this endpoint to check delivery progress, confirm delivery, or display shipment status to your end users. You can also use webhooks for real-time push updates instead of polling.

Prerequisites:

  • Valid JWT authentication token (Bearer)
  • One or more valid tracking numbers from previously generated shipments

Key behaviors:

  • Accepts an array of tracking numbers, allowing batch tracking in a single request
  • Returns the latest status, status history, and estimated delivery date when available
  • Tracking data is fetched in real time from the carrier
  • For automated status updates, consider using webhooks (/ship/webhooktest/) instead of polling this endpoint
Language
Credentials
Bearer
JWT
URL
Response
Click Try It! to start a request and see the response here!