- Per customer account: 100 requests per 15 seconds.
Rate Limit Response
The following headers are included with every API response:X-RateLimit-Limit: Indicates the maximum number of requests a client can make within the rate limit window.X-RateLimit-Remaining: Shows the number of requests remaining before the limit is reached.
429 Too Many Requests status code. In this case, the Retry-After header is included, indicating the number of seconds the client should wait before making another request to avoid being rate-limited.