cancel
Showing results for 
Search instead for 
Did you mean: 
Important updates from Zoom Support:
  • Starting February 3, 2025, Zoom Phone customers must add their phone numbers to an approved 10DLC campaign in order to use SMS/MMS capabilities on their numbers.

  • Introducing more live support options! More Zoom customers now have access to live agent chat support. Sign in and visit our Contact Support page to see all your available support options. We’re here to help!

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.