Public
Documentation Settings

GoToWebinar API v2 - 20191023

The LogMeIn GoToWebinar API collection enables developers to harness world-class webinar tools for scheduling, registration, attendance, polls, surveys, question and answer, and reporting.

Important to know: GoToWebinar API calls are not fully validated. A parameter may be allowed through the API that is unused by the API service.

Attendees

GETGet attendee by registrant ID

https://api.getgo.com/G2W/rest/v2/organizers/12341234123412341234/webinars/12341234123412341234/sessions/1234512345123451234/attendees/1234512345123451234

Retrieve registration details for a particular attendee of a specific webinar session.

A successful call results in a 200 OK status.

Response Parameters

field data type description
registrantKey string unique ID for registrant
firstName string registrant's first name
lastName string registrant's last name
email string registrant's email
registrationDate ISO 8601 UTC time format attendee's registration date and time
status status value APPROVED, WAITING, or DENIED
joinUrl string clickable URL for attendee to join webinar
timeZone standard TZ database time zone registrant time zone
AUTHORIZATIONOAuth 2.0
Access Token

<access-token>

HEADERS
Content-Type

application/x-www-form-urlencoded

Accept

application/json

GETGet session attendees

https://api.getgo.com/G2W/rest/v2/organizers/12341234123412341234/webinars/12341234123412341234/sessions/1234512345123451234/attendees

Retrieve attendees of a given webinar session.

A successful call results in a 200 OK status.

Response Parameters

field data type description
registrantKey string unique ID for registrant
firstName string registrant's first name
lastName string registrant's last name
email string registrant's email
attendanceTimeInSeconds integer attendee time in webinar session
sessionKey string unique session ID
attendance text text header for attendance times
joinTime ISO 8601 UTC time format time registrant joined session
leaveTime ISO 8601 UTC time format time registrant left session
AUTHORIZATIONOAuth 2.0
Access Token

<access-token>

HEADERS
Content-Type

application/x-www-form-urlencoded

Accept

application/json

Loading