Tatango implements rate limiting to ensure fair usage of our API resources and maintain service stability. The rate limit is applied on a per-API key basis.
Daily Quota: 10,000 requests per day, reset at midnight UTC
For trusted senders with higher volume needs, these limits can be increased upon request. Contact our support team to discuss your specific requirements.
When you exceed the rate limit, the API will respond with a 429 HTTP status code (Too Many Requests). It is recommended to implement exponential backoff with jitter to prevent thundering herd problems.
HTTP/1.1 429 Too Many RequestsContent-Type: application/jsonx-amzn-RequestId: 5f4e1d2a-1234-5678-9abc-def012345678x-amz-apigw-id: abc123XYZ=x-amzn-ErrorType: TooManyRequestsException{ "message": "Too Many Requests"}