Description
how to generating authorization code & access token before creating meeting?
Error
GET Rest Client return (Zoom OAuth Login page)
I’m Using OAuth type
Knowing the endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.
Which Endpoint/s?
By this URL:
https://zoom.us/oauth/authorize?response_type=code&client_id={my_client_Id}&redirect_uri=https://zoom.us
I’m developing an ASP.Net core web app for creating zoom meeting and join it.
So, i need to generate an access token before making request to zoom.
but i’m unable to generate token using my OAuth and client_Id.
how to do it using C# http request without showing modal to enter email and password?
Regards.