List of Webinar API

You can use this API to get the list of webinars.

OAuth Scope: ZohoMeeting.webinar.READ

CopiedGET /{zsoid}/webinar.json

Request Example

Copied$ curl https://meeting.zoho.com/api/v2/{zsoid}/webinar.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": [
        {
            "presenterZuid": "7989202345",
            "timezone": "Asia/Calcutta",
            "creatorZuid": 123456789,
            "registrationLink": "https://meeting.zoho.com/meeting/register?sessionId=1065156851",
            "startLink": "/meeting-start?key=1021744359",
            "duration": 3600000,
            "topic": "Monthly Marketing Webinar",
            "startTime": "Jun 19, 2020 07:00 PM IST",
            "endTime": "Jun 19, 2020 08:00 PM IST",
            "meetingKey": "567891679",
            "presenterEmail": "frida.m@zylker.com",
            "attendeeCount": 8,
            "registrationUserCount": 8,
            "sysId": 98726527628726,
            "startTimeMillis": 1594112400000,
            "participants": [
                {
                    "id": "12345678912345",
                    "email": "dummy@email.com"
                }
            ]
        }
    ],
    "count": 34
}