Skip to main content

​Webinar API

Using Zoho Webinar, you can broadcast live presentations or demos, interact and engage with your audience through Q&A, and launch live polls to gather opinions from them on any related topic. You can use this Webinar API to get, create, update, and delete the webinars in your Zoho Webinar account.

OAuth Scope: ZohoWebinar.webinar.ALL

Attribute

meetingKey
long
Webinar Key generated by the server. This is used as an identifier.
presenter
long
Presenter Zoho User-ID
offset
long
Offset for timezone in Webinar scheduled
timezone
string
Timezone of the Webinar scheduled
accessCodestring 
Access Code of the Webinar
creatorZuidlong 
User Id of the Webinar creator
registrationLinkstring 
Registration link of the Webinar
agendastring 
Agenda of the Webinar
startLinkstring 
Start link of the Webinar
durationlong 
Duration of the Webinar scheduled
topicstring 
Topic of the Webinar
sessionTypestring 
Type of Webinar
dialinUrlstring 
Dial in url of the Webinar
startTimestring 
Start time of the Webinar
endTimestring 
End Time of the Webinar

 

Example

Copied{
    "meetingKey": "567891679",
    "presenter": "7989202345",
    "offset": 19800000,
    "timezone": "Asia/Calcutta",
    "accessCode": "10652 43211 #",
    "creatorZuid": 123456789,
    "registrationLink": "https://webinar.zoho.com/webinar/register?sessionId=1065156851",
    "agenda": "Description of webinar.",
    "startLink": "/meeting-start?key=1021744359",
    "duration": 3600000,
    "topic": "Monthly Marketing Webinar",
    "sessionType": "Description of webinar.",
    "dialinUrl": "https://help.zoho.com/portal/kb/articles/dial-in",
    "startTime": "Jun 19, 2020 07:00 PM IST",
    "endTime": "Jun 19, 2020 08:00 PM IST"
}