v1

latestOpenAPI 3.0.3RingCentral API License Agreement2026-08-064871,2921.5 MB
Historical Webinars

Get Historical Webinar

Returns a historical webinar information by ID (host interface)

get/webinar/history/v1/webinars/{webinarId}

Response

Successful response

idstring

Internal object ID

creationTimestring date-time required

Object creation time

lastModifiedTimestring date-time required

Object last modification time

titlestring required

Webinar title

descriptionstring

User-friendly description of the Webinar

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"
  }
}