429 until the window resets.
Limits
- Global limit: 120 requests per 60 seconds per API key.
- Session creation and bulk operations have additional per-endpoint limits.
Response headers
Every response includes your current rate-limit status:| Header | Meaning |
|---|---|
X-RateLimit-Limit | Maximum requests allowed in the current window. |
X-RateLimit-Remaining | Requests left in the current window. |
X-RateLimit-Reset | Unix timestamp when the window resets. |
When you’re limited
A throttled request returns429 Too Many Requests:
Best practices
Cache platform lists and other rarely-changing data instead of refetching.
Prefer webhooks over polling to cut request volume.
Watch
X-RateLimit-Remaining and slow down before you hit zero.