> ## Documentation Index
> Fetch the complete documentation index at: https://docs.crbtrack.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Legacy Public API

> Verbatim legacy endpoints for customers that cannot migrate

## Base URL

```
https://apitest.crossborderly.com
```

## Authentication

Legacy endpoints require a token obtained via `GetToken` and passed as `api_access_token` in query/body.

## Postman Collection

Download the legacy Postman collection:

* [Legacy Public API Collection](/assets/crbtrack-legacy.postman_collection.json)

## Endpoints

| Method | Endpoint                     | Description               |
| ------ | ---------------------------- | ------------------------- |
| `GET`  | `/public/get/GetToken`       | Obtain `api_access_token` |
| `POST` | `/public/put/SubmitOrder`    | Create order + label      |
| `GET`  | `/public/get/ReprintLabel`   | Reprint label             |
| `POST` | `/public/put/SubmitManifest` | Submit manifest           |
| `GET`  | `/public/get/GetTracking`    | Track parcel              |
| `PUT`  | `/public/put/VoidOrder`      | Void order                |
