Logo
Zoom Public API Documentation

users-{userId}-webinar_templates

Number of APIs: 2


1. Create a webinar template

POST {{baseUrl}}/users/:userId/webinar_templates

Use this API to create a webinar template from an existing webinar.

Scopes: webinar:write:admin,webinar:write

Rate Limit Label: Medium



2. List webinar templates

GET {{baseUrl}}/users/:userId/webinar_templates

Display a list of a user's webinar templates. For user-level apps, pass the me value instead of the userId parameter. When you schedule a webinar, save the settings for that webinar as a template for scheduling future webinars. To use a template when scheduling a webinar, use the id value in this API response in the template_id field of the Create a webinar API. Prerequisites: * A Pro or a higher account with the Zoom Webinar plan.

Scopes: webinar:read:admin,webinar:read



ENDPOINTS