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:

HeaderDescription
x-ratelimit-limithow many requests the client can make
x-ratelimit-remaininghow many requests remain to the client in the time window
x-ratelimit-resethow many seconds must pass before the rate limit resets
retry-afterif the max has been reached, the milliseconds the client must wait before they can make new requests