Postal Ninja
Official Postal Ninja tracking API for developers
887 subscribers
9.8/10 popularity
2079 ms avg latency
100% success rate
8 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Postal Ninja endpoints
| Method | Endpoint | Description |
|---|---|---|
| v1 | ||
| GET |
listCarriers /v1/carriers |
Returns list of all supported carriers. |
| GET |
listTracks /v1/track |
Lists all or selected packages with pagination. |
| GET |
ping /v1/ping |
Returns OK for authorized API user |
| GET |
getTrack /v1/track/{id} |
Returns tracking info for given package ID. |
| PUT |
updateTrack /v1/track/{id} |
Updates following attributes of the package with given ID: destination country. |
| POST |
refreshTrack /v1/track/{id}/refresh |
Submits on-demand refresh request to tracking engine for package with given ID. Please note, that packages in ACTIVE list are auto-tracked regularly so you don't need to do this… |
| POST |
createTrack /v1/track |
Returns ID of newly created package (status=CREATED) or stored ID if this tracking number already exists (status=FOUND). |
| POST |
moveTrack /v1/track/{id}/move |
Moves package with given ID to ARCHIVED, TRASHED or back to ACTIVE list. |
Postal Ninja pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $8 / month | 5 / second |
|
| ULTRA Recommended | $30 / month | 5 / second |
|
| MEGA | $200 / month | 5 / second |
|