400 error when trying to create a webinars through /users/me/webinars

Description
I am trying to create a webinar using JWT access token through the API. I know I am using the correct access token because I use the same access token in another api’s and its working fine

Error
All I get is a 400 error with ‘Bad Request’

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT

Which Endpoint/s?
https://api.zoom.us/v2/users/me/webinars

How To Reproduce (If applicable)
Steps to reproduce the behavior:
{
“topic”: “Test Webinar”,
“type”: 5,
“start_time”: “2020-09-21T06:59:00Z”,
“duration”: “60:00”,
“timezone”: “Asia/Calcutta”,
“password”: “jhasftyr”,
“agenda”: “Test Webinar”,
“recurrence”: {
“type”: 1,
“repeat_interval”: 1,
“end_date_time”: “2022-01-22T06:59:00Z”
},
“settings”: {
“host_video”: “true”,
“panelists_video”: “true”,
“practice_session”: “true”,
“hd_video”: “true”,
“hd_video_for_attendees”: “false”,
“send_1080p_video_to_attendees”: “false”,
“approval_type”: 0,
“registration_type”: 2,
“audio”: “both”,
“auto_recording”: “none”,
“enforce_login”: “false”,
“close_registration”: “true”,
“show_share_button”: “true”,
“allow_multiple_devices”: “false”,
“email_language”: “en-US”,
“panelists_invitation_email_notification”: true,
“registrants_confirmation_email”: true,
“registrants_email_notification”: true,
“attendees_and_panelists_reminder_email_notification”: {
“enable”: true,
“type”: 1
},
“follow_up_attendees_email_notification”: {
“enable”: true,
“type”: 1
},
“follow_up_absentees_email_notification”: {
“enable”: true,
“type”: 1
}
}
}

Hi @sukhwindersodhi62 ,

Are you able to GET list webinars with the same credentials? What is your testing environment? (within your code base or through Postman)?

Thank you,
Gianni

Hi @gianni.zoom

Yes its working, Book webinar from api is also working only create is giving issue

Hi @sukhwindersodhi62 ,

Have you tried testing in Postman? If you have and are still seeing this, can you open a support ticket please so we can further look into the request? Send the exact full request/response bodies.

Thank you,
Gianni

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