Rate Limiting
This section provides an overview of Rate Limiting.
Overview
All new API endpoints are rate limited on a per-account basis, and used a fixed-window rate limiting algorithm with two distinct windows: burst (short) and steady (long).
All API traffic will be subject to rate limits, and will receive HTTP 429 errors in event either a burst or steady rate limit is reached.
Each endpoint lists its burst and steady rate limits in our API reference documentation.