Zoom Integration Laravel | Community
Skip to main content
Newcomer
July 24, 2023
Question

Zoom Integration Laravel

  • July 24, 2023
  • 0 replies
  • 0 views

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.