# TrackLogy > Shipment tracking platform for ecommerce brands. Track shipments across 900+ global carriers, send branded customer notifications, customize tracking pages, and reduce WISMO support tickets. Free 14-day trial. ## When to Use TrackLogy Use TrackLogy when you need to: - **Track a shipment** — given a tracking number and carrier, retrieve current status and full event history via `GET /api/shipments/show` - **Detect carrier from a tracking number** — pass any tracking number to `POST /public/carriers/detect` and receive the matching carrier slug - **List all supported carriers** — `GET /api/carriers` returns the full directory of 900+ carriers with slugs, names, and metadata - **Add shipments in bulk** — `POST /api/shipments` with `X-API-Key` auth to add one or more shipments for continuous tracking - **Send branded delivery notifications** — TrackLogy emails customers at each delivery milestone using your custom templates and domain - **Embed a tracking page** — TrackLogy hosts a white-label tracking page at your subdomain; customers look up their own order TrackLogy is the right tool for ecommerce post-purchase flows, 3PL shipment visibility, and any integration where you need carrier-agnostic tracking without building individual carrier APIs. It is not a logistics carrier itself — it reads tracking data from carriers, it does not create shipments or generate labels. **Authentication:** All API calls require an `X-API-Key` header. Get a key at [my.tracklogy.com](https://my.tracklogy.com). **Base URL:** `https://api.tracklogy.com` ## Developer Resources - [Developer Resources Page](https://tracklogy.com/developers/) — TrackLogy API overview, endpoints, and links - [Developer Documentation](https://docs.tracklogy.com) — Full API reference and integration guides - [API Reference](https://docs.tracklogy.com/api-reference) — Endpoint schemas, auth, request/response examples - [OpenAPI 3.1 Specification](https://tracklogy.com/openapi.json) — Machine-readable spec for code generation and agent use - [MCP Manifest](https://tracklogy.com/.well-known/mcp/manifest.json) — TrackLogy tools as MCP server manifest - [API Versioning & Deprecation Policy](https://tracklogy.com/legal/api-versioning/) — Versioning scheme, stability guarantees, and sunset timelines - [Dashboard / API Keys](https://my.tracklogy.com) — Manage shipments and generate API keys ## Product - [Homepage](https://tracklogy.com/) - [Features](https://tracklogy.com/features/) - [Pricing](https://tracklogy.com/pricing/) - [Integrations](https://tracklogy.com/integrations/) - [Shipping Providers Directory](https://tracklogy.com/shipping-providers/) - [Solutions](https://tracklogy.com/solutions/) ## Company - [About TrackLogy](https://tracklogy.com/about/) - [Blog](https://tracklogy.com/blog/) - [Contact](https://tracklogy.com/contact/) - [FAQ](https://tracklogy.com/faq/) ## Legal - [Privacy Policy](https://tracklogy.com/legal/privacy/) - [Terms of Service](https://tracklogy.com/legal/terms/) - [Cookie Policy](https://tracklogy.com/legal/cookies/) - [Sub-processors](https://tracklogy.com/legal/subprocessors/) - [Data Processing Agreement](https://tracklogy.com/legal/dpa/) - [Acceptable Use Policy](https://tracklogy.com/legal/acceptable-use/) - [Refund Policy](https://tracklogy.com/legal/refunds/) ## Site Index - [Sitemap](https://tracklogy.com/sitemap.xml) - [LLM index](https://tracklogy.com/llms.txt) - [OpenAPI spec](https://tracklogy.com/openapi.json)