Webinars and Sessions
Get Webinar
Returns a Webinar information by ID. Some webinar settings are returned basing on webinar-level overrides, other - from default settings defined at account level.
get/webinar/configuration/v1/webinars/{webinarId}
Response
Successful response
Example response
{
"id": "78654321",
"title": "All-Hands Webinar",
"description": "Quarterly All-hands event to present recent news about our company to employees",
"settings": {
"postWebinarRedirectUri": "https://www.acme.com/thankyou"
}
}