Historical Webinars
Get Historical Webinar
Returns a historical webinar information by ID (host interface)
get/webinar/history/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"
},
"host": {
"firstName": "John",
"lastName": "Doe"
}
}