...
At present, the limit is 60 requests per minute. This limit is applied to a single machineIP.
Rate limit detection
If the threshold is breached, apps can detect rate limits by checking if the HTTP response status code is 429
. Any REST API can return a rate limit response.
...