GET /webinars/{webinarId}

Zoom users with a Webinar Plan have access to creating and managing Webinars. Webinar allows a host to broadcast a Zoom meeting to up to 10,000 attendees.
Use this API to get details of a scheduled webinar.

Scopes: webinar:read:admin webinar:read
Rate Limit Label: Light
Prerequisites:

Servers

Path parameters

Name Type Required Description
webinarId Integer Yes

The webinar ID in "long" format(represented as int64 data type in JSON).

Query parameters

Name Type Required Description
show_previous_occurrences Boolean No

Set the value of this field to true if you would like to view Webinar details of all previous occurrences of a recurring Webinar.

occurrence_id String No

Unique Identifier that identifies an occurrence of a recurring webinar. Recurring webinars can have a maximum of 50 occurrences. When you create a recurring Webinar using Create a Webinar API, you can retrieve the Occurrence ID from the response of the API call.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.