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 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.