Rate limiting

API request limits

When authenticated using an API key you can make up to 10 requests per second, per user. All requests by the same user share the same quota, even when using different API keys.

Authentication method Limit Period Per
OAuth 2.0 10 1 second User
API key 10 1 second User

Developer API key request limits

Similar to the API request limits, the rate limit quotas are shared between all api keys of a developer.

Developer plan Limit Period Per
Free 1000 1 hour Developer
Scale 5000 1 hour Developer

Handling rate limits

Once you exceed a rate limit, Fabric API will respond with a 429 HTTP code.