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.
The Zoom Community is nominated for the 2025 CMX Community Industry Awards in the Customer Support Community category!
Vote now2022-10-27 11:02 AM - edited 2022-10-27 12:25 PM
Hi,
I need to get the access token in order to make further requests to Zoom APIs with S2S app. I started with the request to the following endpoint
const resp = await axios.post(
"https://zoom.us/oauth/token?grant_type=account_credentials&account_id=<myAccountId>";,
{},
{
headers: {
Authorization:
"Basic <myclientId>:<myclientSecret>", //both encoded
},
}
);
however, despite I do NOT get an error back, this is the response
console.log(resp.data);
#{
status: false,
errorCode: -1,
errorMessage: 'Illegal base64 character 3a',
result: null
}
I encoded the <myClientid>:<myClientsecret> on a online tool and pasted the response
Could someone give me some hints about why I get this response back
2022-11-28 07:32 AM
Hi @ranran2121
This question would be better suited for the Zoom Developer's Forum, a dedicated forum for API, SDK, and other developer's questions. That forum can be found here: https://devforum.zoom.us/