I’m using Meetings API to create meetings for users of my web app. To authorize, I need the user to create an app on Marketplace and report back the app credentials. This all works great. However, this process might not be easy for every user and I’m looking for ways to simplify it.
Is it possible to use Meetings API without a Marketplace app (perhaps just with their account credentials)? If not, is there an API to create a Marketplace app if I have the user’s account credentials?
For reference, the type of app I need is Server-To-Server OAuth and the only scope required is meeting:write:meeting:admin (Create a meeting for a user).
Also, some of my meetings are concurrent so I can’t put them all under my account.
I hope this all makes sense and any help and tips would be much appreciated as I’m new to Zoom.
Thanks,
Angus