Create meeting using Zoom API

Hello,
I have an application that need to create 8000 meetings on an event.
I have looked at the authentication part, JWT token seems the one I should use. At ours organization, there is an existing app that is created and I use the JWT token to test some of the get API from Postman and it works.
What is the endpoint to get JWT token from API key and API secret?
Can I use the API https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingcreate
to create meeting for an user from an admin account or JWT token? What are the minimum JSON parameters I have to use?

Hello, @bpan !

You can locate your API Key and Secret in the App Credentials page of your JWT app (this is an account-wide app with only one API Key/Secret pair). For more detailed information about using JWT with Zoom, please check our documentation. I hope this helps!

Regards,
Brandon

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.