Get Webinar API
You can use this API to get the details of a webinar. This includes the start link, join link, date and time, topic, organizer of the webinar and the email addresses of registrants.
OAuth Scope: ZohoMeeting.webinar.READ
CopiedGET /{zsoid}/webinar/{webinarKey}.json
Request Example
Copied$ curl https://meeting.zoho.com/api/v2/{zsoid}/webinar/{webinarKey}.json
-H "Content-Type: application/json;charset=UTF-8"
-H "Authorization: Zoho-oauthtoken ba4604e8e433g9c892e360d53463oec5"
Response Example
CopiedHTTP/1.1 200 OK
Content-Type:application/json;charset=UTF-8
{
"session": {
"meetingKey": "567891679",
"topic": "Monthly Marketing Webinar",
"agenda": "Description of webinar.",
"presenterEmail": "frida.m@zylker.com",
"presenter": "7989202345",
"displayName": "Frida",
"startTime": "Jun 19, 2020 07:00 PM IST",
"endTime": "Jun 19, 2020 08:00 PM IST",
"duration": 3600000,
"timezone": "Asia/Calcutta",
"offset": 19800000,
"registrationLink": "https://meeting.zoho.com/meeting/register?sessionId=1065156851",
"startLink": "/meeting-start?key=1021744359",
"creatorZuid": 123456789,
"instanceId": 98726527628726,
"attendeeCount": 8,
"registrationCount": 8,
"isSessionStarted": true,
"isPastSession": true
}
}
Show full
Show less