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
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
trackingNumbers
array of strings
required

Array of tracking numbers to track

trackingNumbers*
Response
200

Tracking information retrieved successfully

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!