You cannot see that in the tool as it is set to 100 requests per minute per account. Below is the detailed information on how it is calculated:
For fair usage of our API, we have limited the requests on an account basis as follows.
- 100 requests per minute per account.
- 5000 + [1000 * Number of Active licenses] (or) 25000 requests per day per account whichever is lower.
Example - If an account has 15 active licenses then the daily limit is 20000 requests calculated as 5000 + [1000 * 15]. If an account has 30 active licenses then the daily limit is 25000 requests, as the calculated value of 5000 + [1000 * 30] is 35000 which is greater than our maximum daily limit of 25000.
Once this limit has been reached, calls will return an error with status code 429. The response header will contain the number of seconds after which the limit will be reset. This rate limit is evaluated on a rolling window basis. Below is a sample response, that indicates that per day(24h) limit is breached and you should retry after 7200 seconds (2 hours).