cancel
Showing results for 
Search instead for 
Did you mean: 

Zoom Access Token PHP

Harpreet278
Listener

I need help how to get access token as my client id and client secret is correct.  https://zoom.us/oauth/token?grant_type=authorization_code&code=&redirect_uri='

I use this code to generate access token with encoded client id and client secret but got bad request error. 

2 REPLIES 2

Rupert
Community Champion | Customer
Community Champion | Customer

Hi @Harpreet278 

 

You may want to check this link - or check for other related posts on the Dev Forum instead.

 

https://devforum.zoom.us/t/refresh-token-issue-in-oauth-zoom-api/33029/9

 

HI Rupert, 

Thanks for reply. But I want to get access token using client id and client secret using above link via curl. but I got only Bad Request Error. In PostMan, I got invalid Client Id Or Secret. But Client Id and Client Secret are correct.