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
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | |
RESPONSES
status: OK
{"templates":[{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","type":"\u003cinteger\u003e"},{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","type":"\u003cinteger\u003e"}],"total_records":"\u003cinteger\u003e"}