401 Unauthorized for Create a webinar API

We are trying to create a webinar from zoom API and we are getting 401 Unauthorized response.
The user has Webinars add-on feature.
The API point: v2/users/carmen.zdroba@dental-campus.com/webinars

The JSON which we are sending:
{
“topic”: “webinar test”,
“type”: 5,
“start_time”: “2022-06-17T07:00:00”,
“duration”: 60,
“password”: null,
“timezone”: “America/New_York”,
“settings”: {
“approval_type”: 1,
“audio”: “voip”,
“host_video”: true,
“panelists_video”: true,
“alternative_hosts”: “alernative host email”,
“auto_recording”: “cloud”,
“practice_session”: true,
“meeting_authentication”: false,
“contact_email”: “our contact email”,
“contact_name”: “our contat mail”,
“question_and_answer”: {
“enable”: true
}
}
}

Is there something more which we need to do for this?

1 Like

Hey @georgiana.bursasiu

Thanks for reaching out to the Zoom Developer Forum! I am happy to help here!
Are you still having this issue on your end?

Let me know if there is anything I can do to help!
Best,
Elisa