We need to integrate zoom in our own application like slack do

We are working on an Application and one of the feature is integrating zoom in our application to schedule meeting from our application and get the link from our web application. But we don’t need to use master account to host meetings. We want to do like slack , so user should be authorized from zoom and will user their own account. But they can schedule meeting from our web application.

So I’m not having any idea to do this. so please help me.

(OAuth / Chatbot / JWT / Webhook)

Hey @imran.dev.mail,

You will want to create a User Level OAuth app, and then call the Create Meeting API after you receive a users access token. :slight_smile:

Thanks,
Tommy

1 Like

Thanks Tommy, for your reply. After receiving the token how can we use the tokens to schedule meeting. can you share me some examples, it will be so useful for us. :slight_smile:

Hey @imran.dev.mail,

Sure, just send it as a request header:

"Authorization": "Bearer ACCESS_TOKEN_HERE"

Thanks,
Tommy

1 Like

Thank you Tommy , It really helps us. :smiley:

1 Like

You are welcome! :slight_smile:

-Tommy

1 Like

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