Can we use zoom Oauth to get access token?

I created an unpublished Oauth app “test” on zoom, then I authorized it to “View and manage all user meetings” and “View users information and manage users”. But when I am trying to do the same on localhost on a different browser (say browser 2), it gives an error " Invalid client_id:XXXXXXXXXXXXXXXXXXXXX ", while I am getting redirected to my redirect page with code on the 1st browser.
I am unable to understand this error.
Also, can use this access_token to create instant meetings?

Thank you

Hi @tejendra.pratap.ju,

Can you make sure your redirect URL is served over HTTPS? You can test with any valid URL, such as https://zoom.us — let me know if you face the same issue. This should be possible.

On success, a code will be appended to the redirect URL. You will then exchange that code for an access_token by calling our /oauth endpoint.

Thanks,
Will

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