Rate limits
By default, most endpoints are limited by the following restrictions:- 20 requests per minutes for accessing read-only endpoints (via the
GETmethod) - 5 requests per minutes for accessing write endpoints (
PUT,POST,PATCHandDELETE)
Rate limit exceeded: When you exceed the rate limit, you’ll receive an HTTP
429 status code. Monitor the rate limit headers (see below) to avoid hitting this limit.Rate limit headers
Each API response includes three headers to help you monitor your usage:Indicates the number of requests remaining before hitting the rate limit.
Indicates the maximum number of requests you can make per minute.
Represents a Unix timestamp in seconds indicating when the rate limit will reset.