> For the complete documentation index, see [llms.txt](https://track123.gitbook.io/help-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://track123.gitbook.io/help-docs/getting-started/what-is-track123-api.md).

# What is Track123 API

Track123 is a shipment tracking platform designed for businesses that need reliable, scalable logistics visibility. Whether you're building a logistics SaaS product, managing an e-commerce platform, or operating a fulfillment network, Track123 gives you a unified API to track shipments across 1,700+ carriers worldwide.

**Key capabilities:**

* **Universal carrier coverage** — Track shipments across major global and regional carriers including USPS, UPS, FedEx, DHL, and 1,700+ others from a single API endpoint
* **Standardized tracking data** — Normalize raw carrier data into consistent status codes and event structures, regardless of carrier
* **Real-time push notifications** — Receive instant updates via Webhook when shipment status changes, instead of polling
* **Branded tracking page** — Offer your customers a white-labeled tracking experience under your own domain and brand
* **Email notifications** — Automatically notify customers at every key shipment milestone
* **Analytics & reporting** — Monitor shipment performance, identify exceptions, and export data for business intelligence

**Who is Track123 for:**

<table><thead><tr><th width="227">Use case</th><th width="271.65625">Example</th></tr></thead><tbody><tr><td>Logistics SaaS platforms</td><td>Embed tracking into your own product via API</td></tr><tr><td>E-commerce platforms</td><td>Provide post-purchase tracking for merchants</td></tr><tr><td>3PL / fulfillment providers</td><td>Centralize tracking across multiple carriers</td></tr><tr><td>Independent online stores</td><td>Offer branded tracking pages and automated notifications</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://track123.gitbook.io/help-docs/getting-started/what-is-track123-api.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
