Zoom API error in insert meeting - code 200, message": "Invalid api key or secret

Hi,

I have created successful authentication using Grant type = client_credentials and do receive Bearer token.
When I make a call to get my meeting details, it returns back with error code 200, message": "Invalid api key or secret
https://api.zoom.us/v2/meetings/XXXXXXXX?

The full error message or issue you are running into.

Which App Type (OAuth )?

Which Endpoint/s?
https://api.zoom.us/v2/meetings/XXXXXXXX?

Screenshots (If applicable)
{
“code”: 200,
“message”: “Invalid api key or secret.”
}

This is for a single user account to create a meeting using API. Please suggest what can be changed to fix it ?

Postman screenshot of such failed request …

Hey @jrsinnovation

Thanks for posting on the Zoom Devforum! I am still learning, but I will try my best to help answer your question. :slightly_smiling_face:

Checkout these related threads that may have the answer you are looking for:

If these threads did not help, please let us know by replying back here and someone from the Developer Relations team will get back to you shortly.

Thanks,
DeveloperBot

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.