To ensure reliabilty and performance, we have certain limits in place. Learn more about them here.
429
response error code. To prevent this, we recommend reducing the rate at which you request the API. This can be done by introducing a queue mechanism or reducing the number of concurrent requests per second.
All limits can be increased for trusted senders by request. If you have specific requirements, contact support to request a rate increase.
Header Name | Description |
---|---|
ratelimit-limit | Maximum number of requests allowed within a window. |
ratelimit-remaining | How many requests you have left within the current window. |
ratelimit-reset | How many seconds until the limits are reset. |
retry-after | How many seconds you should wait before making a follow-up request. |