For the complete documentation index, see llms.txt. This page is also available as Markdown.

API

The Track123 REST API allows you to integrate shipment tracking directly into your own systems — order management platforms, fulfillment systems, or customer-facing products.

Authentication

All API requests require your API token in the Authorization header:

Authorization: Bearer YOUR_API_TOKEN

Your token is available on the Home page under the For developer panel. Click Reset to invalidate and regenerate it at any time.

Available endpoints

Endpoint
Description

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?