Client side API Examples

Description
Are there examples for integrating Zoom API (using OAUTH2) in the client side?
I would like to integrate Zoom to our product.
There will be a button on the website called “Import Zoom recordings”. When the user presses that, I would use the API to get the access token and to get all recordings.
Then I will let the user choose the recording and our web application would send a POST to the server with the URL and the server will get the recording.
Are there examples/tutorial in github or somewhere using HTML/Javascript?

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth

Hey @vasu,

Here is our OAuth guide and sample app:

Thanks,
Tommy