I am writing to ask about Rate limits/Seconds.
Could you please tell us about it?
■premise
I have a Business+ contract.
There are eight types of ZoomAPI. (※1)
<API type (※1)>
- Get a meeting (Light)
- Create a meeting (Midium)
- Update a meeting (Light)
- Delete a meeting (Light)
- Get a user (Light)
- List user assistants (Medium)
- Add assistants (Medium)
- Delete user assistants (Light)
The Business plan has rate limits.(※2)
<Business+ Rate Limit Type(※2)>
・Light APIs: 80/second
・Medium APIs: 60/second
・Heavy APIs: 40/second
・Resource-intensive APIs: 20/minute
■Inquiry
Please let me know how to count the number of API calls per second. Which is 1 or 2 or 3?
- The number of API calls per second is counted separately for each of the eight APIs listed above.
(For example, you can call “Get a meeting” 80 times and “Update a meeting” 80 times per second.
The number of calls to “Get a meeting” and “Update a meeting” are not added together.)
- The number of API calls per second is counted for each of the four Rate Limit Types listed above.
(For example, you can call “Get a meeting” 40 times and “Update a meeting” 40 times.
The number of calls to “Get a meeting” and “Update a meeting” are added together, and if they exceed 80 times per second, the limit is reached.)
- Other than the above (please tell me how to count)