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
AUTHORIZATIONOAuth 2.0
Access Token
HEADERS
Content-Type
Accept
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
AUTHORIZATIONOAuth 2.0
Access Token
HEADERS
Content-Type
Accept
Loading