Zoom users with a Webinar Plan https://zoom.us/webinar 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 https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light**Prerequisites:*** Pro or higher plan with a Webinar Addon.

getWebinar(
  webinarId,
  occurrence_id = NULL,
  show_previous_occurrences = NULL,
  return_response = F
)

Arguments

webinarId

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

occurrence_id

Unique Identifier that identifies an occurrence of a recurring webinar. Recurring webinars https://support.zoom.us/hc/enus/articles/216354763HowtoScheduleARecurringWebinar can have a maximum of 50 occurrences. When you create a recurring Webinar using Create a Webinar API https://marketplace.zoom.us/docs/apireference/zoomapi/webinars/webinarcreate , you can retrieve the Occurrence ID from the response of the API call.

show_previous_occurrences

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

return_response

Whether to return the response instead of the response content. Defaults to FALSE.