Last updated
Was this helpful?
The Track123 REST API allows you to integrate shipment tracking directly into your own systems — order management platforms, fulfillment systems, or customer-facing products.
All API requests require your API token in the Authorization header:
Authorization: Bearer YOUR_API_TOKENYour token is available on the Home page under the For developer panel. Click Reset to invalidate and regenerate it at any time.
Warning: Never expose your API token in client-side code or public repositories.
Register trackings
Add one or more tracking numbers to Track123
Get trackings
Query the current status and checkpoints of a shipment
Change carrier
Update the carrier assigned to a tracking number
Retrack a package
Manually trigger a re-fetch of tracking data for one shipment
Retrack packages
Manually trigger a re-fetch of tracking data in bulk
Edit a tracking
Update the details of an existing shipment
Batch edit trackings
Update multiple shipments at once
Delete a tracking
Remove a shipment from Track123
Instant Tracking
Query tracking data in real time without creating a shipment record
For the full list of endpoints, request parameters, and response schemas, refer to the API documentation.
Last updated
Was this helpful?
Was this helpful?