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