A simple app to allow users to subscribe and us to get notification

Description
I want to develop an app to:

  1. Take permission of users to receive their all meeting events.
  2. Receive the events as and when when those happen and save data in mysql database
  3. I am developing using PHP-MySQL-Apache2 stack.
  4. Want to place app in marketplace

Which option should I use for app development oauth/jwt/sdk?
It is a very basic requirement I guess, just allowing users to download and allow us access to see their meeting event data, and give them the report in our website. So do we have code snippets I can use?

Regards

Hey @sameer,

User Level OAuth app! :slight_smile:

OAuth guide: https://marketplace.zoom.us/docs/guides/auth/oauth

And there are code snippets in any language on each endpoint page: https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetings

Thanks,
Tommy