cancel
Showing results for 
Search instead for 
Did you mean: 
Effective January 9th, 2026 through January 22nd, 2026: The Zoom Community is currently in read-only mode with login disabled, to deliver you a new and improved community experience!

The site is still accessible to view, however, the ability to login, create content, or access your community account is temporarily unavailable. We appreciate your patience during this time. If seeking support, please browse existing community content or ask our Zoom Virtual Agent.

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.