Can zoom API be used with django to generate meeting invites?

Description
I wish to integrate the zoom API so that when we click a button then a meeting invite is generated with the host as the person who clicks that button.

Hi @arunikayadav42,

To get started with Zoom APIs you can visit our marketplace docs page[1], from there you can choose either a JWT type app[2] or an OAuth type app[3] to consume the APIs. Afterwards, visit our credentials page to understand how to authenticate & get an access token with the type of app that you choose, then visit our API reference page to see what APIs are available[5] to consume.

1 - https://marketplace.zoom.us/docs/guides/getting-started/app-types
2 - https://marketplace.zoom.us/docs/guides/getting-started/app-types/create-jwt-app
3 - https://marketplace.zoom.us/docs/guides/getting-started/app-types/create-oauth-app
4 - https://marketplace.zoom.us/docs/guides/authorization/credentials
5 - https://marketplace.zoom.us/docs/api-reference/zoom-api

Let us know if this helps.

Thanks
Michael