Create webinar through API using webinar template

Description
I need to create a webinar through API. On UI, we have an option to create using a template. Also on list webinar template API in the documentation, it mentions the id can be used with the create webinar API(refer screenshot attached), but in the create webinar API documentation, the template_id field is not mentioned. How can I create a webinar using template with API?

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

Which Endpoint/s?

Screenshots (If applicable)

Hey @akshay.d

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

None of these threads is related to what Iā€™m searching for.

Hi @akshay.d,

Great questionā€”weā€™ll work on making this clearer in our documentation.

To apply a webinar template, you can pass the ID as a query parameter like this:
https://api.zoom.us/v2/users/{userId}/webinars?template_id={templateId}

Let me know if this helps!

Best,
Will

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