TrackingMore API Request Rate Limit
TrackingMore API has a rate limit per account to optimize performance. Learn more about our rate limits and how to use them.
Please give us time to process your requests. If you're sending too many requests too quickly, we'll respond with a 429 error code (TooManyRequests), your application should not send any further requests and wait 120 secs.
You are limited to only 3 or 10 requests/sec per API per account. Practically, this means you must (when possible) authenticate users so that limits are well outside the reach of a given user.
Below is Endpoint specific default rate limit
ENDPOINT | DEFAULT RATE LIMIT (REQ/S) | API Version |
---|---|---|
POST/trackings/create | 3 | V4 |
POST /trackings/batch | 10 | v4 |
Get /trackings/get | 10 | V4 |
PUT /trackings/update | 10 | V4 |
DELETE /trackings/delete | 10 | V4 |
POST /trackings/retrack | 10 | V4 |
POST /awb | 10 | V4 |
GET /couriers/all | 10 | V4 |
POST /couriers/detect | 10 | V4 |
Updated on: 30/05/2024
Thank you!