Rate Limits
You have a rate limit that is based on a per API endpoint and per minute basis. If you reach your rate limit, you'll see a HTTP 429 error response to let you know your rate limit has been temporarily exceeded.
Partners shall gracefully handle HTTP 429 status code and drop and/or retry requests accordingly.
The following headers are returned on every request
Header Description
X-Ratelimit-Limit Request limit per second
X-Ratelimit-Remaining Remaining number of requests allowed within the interval window
X-Ratelimit-Reset Duration in milliseconds until the total quota reset
Shall a less restrictive rate limit is needed, please contact your implementation manager to determine your use case. Please note that rate limit increases may incur additional fees.
Modified at 2022-12-29 06:31:10