Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI CompanionUser groups are unique spaces where community members can collaborate, network, and exchange knowledge on similar interests and expertise.
Help & Resources is your place to discover helpful Zoom support resources, browse Zoom Community how-to documentation, and stay updated on community announcements.
The Events page is your destination for upcoming webinars, platform training sessions, targeted user events, and more. Stay updated on opportunities to enhance your skills and connect with fellow Zoom users.
2021-10-06 04:58 AM
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.
2021-10-06 05:03 AM
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
2021-10-06 05:07 AM
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.