To ensure our platform remains stable and fair for everyone, our API is rate-limited. Here is what you need to know.
Rate Limiting
To ensure our platform remains stable and fair for everyone, our API is rate-limited.
An integration can make up to 100 requests per minute. After that, the API will return a 429 Too Many Requests
error.
We send the following headers with each response:
Header | Description |
---|---|
x-ratelimit-limit | how many requests the client can make |
x-ratelimit-remaining | how many requests remain to the client in the time window |
x-ratelimit-reset | how many seconds must pass before the rate limit resets |
retry-after | if the max has been reached, the milliseconds the client must wait before they can make new requests |