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.
2023-07-23 11:46 PM
Hi everyone.
I am trying to integrate Zoom into Laravel. I am using the curl command to get a Zoom token and create a meeting.
I am providing all the necessary details like account_id, base64 encoded client_id, and client_secret but it's giving me this error.
{
"reason": "Invalid client_id or client_secret",
"error": "invalid_client"
}
Error type: bad request
Status: 400
I don't know what I am doing wrong anybody can help.
Thanks and regards.