List webinars
GET {{baseUrl}}/users/:userId/webinars?type=scheduled&page_size=30&page_number=1
List all the webinars scheduled by or on behalf a webinar host. For user-level apps, pass
the
me
value
instead of the
userId
parameter.
Zoom users with a webinar plan have access to creating and managing webinars. Webinars let a host broadcast a Zoom meeting to up to 10,000 attendees.
Note This API only returns a user's unexpired webinars .
Prerequisites
- A Pro or higher plan with the webinar add-on.
Scopes:
webinar:read:admin
,
webinar:read
Rate Limit Label
:
MEDIUM
Request Params
| Key | Datatype | Required | Description |
| type
| string | | The type of webinar.
scheduled
- All valid previous (unexpired) webinars, live webinars, and upcoming scheduled webinars.upcoming
- All upcoming webinars, including live webinars. | |page_size
| number | | The number of records returned within a single API call. | |page_number
| number | | Deprecated We will no longer support this field in a future release. Instead, use thenext_page_token
for pagination. |
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | |
RESPONSES
status: OK
{"next_page_token":"\u003cstring\u003e","page_count":"\u003cinteger\u003e","page_number":1,"page_size":30,"total_records":"\u003cinteger\u003e","webinars":[{"agenda":"\u003cstring\u003e","created_at":"\u003cdateTime\u003e","duration":"\u003cinteger\u003e","host_id":"\u003cstring\u003e","id":"\u003clong\u003e","join_url":"\u003cstring\u003e","start_time":"\u003cdateTime\u003e","timezone":"\u003cstring\u003e","topic":"\u003cstring\u003e","type":5,"uuid":"\u003cstring\u003e","is_simulive":"\u003cboolean\u003e"},{"agenda":"\u003cstring\u003e","created_at":"\u003cdateTime\u003e","duration":"\u003cinteger\u003e","host_id":"\u003cstring\u003e","id":"\u003clong\u003e","join_url":"\u003cstring\u003e","start_time":"\u003cdateTime\u003e","timezone":"\u003cstring\u003e","topic":"\u003cstring\u003e","type":5,"uuid":"\u003cstring\u003e","is_simulive":"\u003cboolean\u003e"}]}