How do I create zoom meetings using Javascript?

How do I create zoom meetings using Javascript?

Hi @mghabeeb,

You’ll want to create an app in the Zoom Marketplace. You’ll either need to create an Oauth2 app or a Server 2 Server app. Once you’ve created the app and gone through the authorization flow needed to secure an access token, you can begin making API requests.

If you wish to create a meeting using Javascript you’ll need to use our API and send a POST request using javascript, if you’re unfamiliar with how to create a POST request, you can read up on how to do so here. The endpoint that you’ll want to use is Create Meeting.

Let us know if you have any questions.

1 Like