Description
I am integrating Zoom APIs in our portal. For this, we have made an OAuth Application in Zoom’s marketplace.
Now, our users need to login to our portal and install that zoom application with their zoom account, so that we can create meetings on behalf of them. But there is a limit of calling “create a meeting” API of 100 Req. per day and 20 Req. per second.
Now the query is if zoom will deduct the limit from the application owner’s account ie us or from our user’s account who installed that application.
For eg: If I create an Oauth Application using an account abc@gmail.com and I have 2 clients whose email id is as follows:
Client 1: test@gmail.com
Client 2: xyz@gmail.com
Now if I hit “create a meeting” API for Client 1 (test@gmail.com), then the limit quota will decrease from our account ie abc@gmail.com, or from Client 1 (test@gmail.com) account.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
We are using OAuth Application