cancel
Showing results for 
Search instead for 
Did you mean: 
The Zoom Community will be placed in read-only mode January 9th, 2026 through January 22nd, 2026 to deliver you a new and improved community experience!

The community will still be accessible, however, the creation of any new discussions or replies will be temporarily unavailable. We appreciate your patience during this time.

Zoom Access Token PHP

Harpreet278
Newcomer
Newcomer

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.