v1

latestOpenAPI 3.0.3RingCentral API License Agreement2026-08-064871,2921.5 MB
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

idstring

Internal object ID

creationTimestring date-time required

Object creation time

lastModifiedTimestring date-time required

Object last modification time

titlestring

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