API rate limits, monitoring usage, and handling rate limit errors
Plan | Requests per Minute | Webhooks per Minute |
---|---|---|
Free | 60 | 20 |
Pro | 120 | 40 |
Enterprise | 300 | 100 |
Header | Description |
---|---|
X-RateLimit-Limit | The maximum number of requests allowed in the current time window |
X-RateLimit-Remaining | The number of requests remaining in the current time window |
X-RateLimit-Reset | The time at which the current rate limit window resets, in Unix time |
429 Too Many Requests
status code. The response body will contain an error message explaining the situation.
Example rate limit error response:
retry_after
field before retrying.