Calls to the Core API are rate limited to:
Maximum 10 calls per second per authorization token
Burstable up to 200 calls
In case you exceed the rate limit, additional requests will return a 429 Too Many Requests error.
Take advantage of the extensive Sideloading support and large page sizes to limit the number of API calls you send. If you find yourself having to loop over API calls, this is in many cases an anti-pattern.
Some sensitive API endpoints might be rate limited more aggressively. We reserve the right to temporarily lower the rate limit to ensure Quality of Service or to retract API access to particular tokens, users or organizations in case of abusive use of the API.