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.
Checkout these related threads that may have the answer you are looking for:
I have been working on a Laravel project that provides online education to students. I wanted to use ZOOM services of video conferencing so that teacher can connect with his students through video conference. Following the API reference documentation, I have registered an app with zoom. I got API key and API secret along with an access token by following the documentation.
I am sending subsequent requests to post/fetch data from zoom, but I have been getting an error message like this.
Client …
I have created two apps, one is OAuth type and the other is JWT. I am using the following php code to create a meeting.
$zoomData = ‘{
“topic”: “API Test”,
“type”: 2,
“start_time”: “2020-04-09T12:02:00”,
“duration”: “60”,
“timezone”: “Pacific/Auckland”,
“password”: “1234”,
“agenda”: “This is a test meeting”,
“settings”: {
“host_video”: true,
“participant_video”: true,
“audio”: “voip”,
“waiting_room”: true
}
}’;
$clientID=“XXXXXXXXXXXXXXXX”;
$clientSecret=“XXXXXXXXXXXXX”;
$cont…
Hi,
Is there any way to fetch the API Key and API Secret through zoom API call? I am unable to find any API call to fetch these properties. Can anybody help me on this please?
Regards
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
system
(system)
Closed
October 6, 2020, 8:55pm
3
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.