Zoom Webinar API giving error

Description
Not able to create Webinar.

Error?
TInvalid api key or secret.

API Endpoint/s?
/users/{userId}/webinars?userId={userId}

How To Reproduce
Steps to reproduce the behavior:
1. Request URL: https://api.zoom.us/v2/users/najararifahmad@gmail.com/webinars?userId=najararifahmad@gmail.com
2. Bearer
3. Invalid api key or secret.

Hi @najararifahmad
Thanks for reaching out to the Zoom Developer Forum, I am happy to help here!
It looks like your request URL is incorrect and it should look something like this:
https://api.zoom.us/v2/users/najararifahmad@gmail.com/webinars

Let me know if this helps

Hi @elisa.zoom
I have modified the request url as follows:
https://api.zoom.us/v2/users/najararifahmad@gmail.com/webinars

But I still gives me the error:
{
“code”: 200,
“message”: “Invalid api key or secret.”
}

Hey @najararifahmad
Thanks for confirming this!
This error could be related to the way you are generating your Bearer token.
Are you using a JWT token for this?

Hi @elisa.zoom

I am using the below url for generating the JWT token.
https://zoom.us/oauth/token

Are you using the Server to Server OAuth app?
If so, here is a guide that can help you:

Cheers,
Elisa

Hi elisa.zoom

I have done this step and now I am getting the following result:
Webinar plan is missing. You must subscribe to the webinar plan and enable webinars for this user in order to perform this action: dOCuS_DfRc2m99xo_fajFA.

Can you please share the link with me where I can purchase the appropriate Webinar plan?

Hey @najararifahmad
Sure, you can look here:

Find more help here:

Cheers,
Elisa

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