How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

GoTo Webinar REST API v2

The full GoTo Webinar v2 REST API as GoTo publishes it — 53 operations across 39 paths covering webinars, sessions, registrants, attendees, panelists, co-organizers, polls, Q&A, surveys, recording assets and webhook management. Authentication is OAuth 2.0 authorization-code with PKCE (S256) against GoTo's identity service — authorization at identity.goto.com/oauth/authorize and token exchange at identity.goto.com/oauth/token, still named as authentication.logmeininc.com in the contract — using the product-level scope `collab:`. API access carries no additional charge beyond a GoTo Webinar product subscription.

GoTo Webinar REST API v2 is one of 9 APIs that GoTo Webinar publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Webinars, Virtual Events, Registrants, Attendees, and Recordings. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, authentication docs, a changelog, and rate-limit docs.

This API exposes 53 operations across 39 paths, organized into 8 resource areas, and defines 87 schemas. It is described by OpenAPI 3.0.0, at version 2.0.0.

Requests are made against a single base URL, https://api.getgo.com/G2W/rest/v2.

53 operations 39 paths 87 schemas 6 DELETE31 GET12 POST4 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
2.0.0
Base URL
https://api.getgo.com/G2W/rest/v2
Authentication
OAuth 2.0
Resource Areas
8

Authentication & Security 1

GoTo Webinar REST API v2 declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (OAuth2) using the password and authorizationCode flows. By default, every request must be authenticated.

  • OAuth2 — To use this API, you must provide an OAuth Token that has been requested from LogMeIn OAuth Authorization Server. See https://goto-developer.logmeininc.com/how…

Paths & Operations 53

Across 39 paths, the API surfaces 53 operations — 6 DELETE, 31 GET, 12 POST, 4 PUT. They span 8 resource areas: Webinars, Sessions, Co-organizers, Panelists, Registrants, Attendees, RecordingAssets, Webhooks. Each is listed below with its method, path, parameters, and response codes.

Webinars 15

Operations available for webinars of a given organizer.

GET
/accounts/{accountKey}/webinars
Get all webinars for an account
getAllAccountWebinars 5 params → 200400403404
GET
/organizers/{organizerKey}/webinars
Get Webinars
getWebinars 5 params → 200400403
POST
/organizers/{organizerKey}/webinars
Create webinar
createWebinar 1 param body → 201400403
GET
/organizers/{organizerKey}/insessionWebinars
Get All Insession Webinars
getInSessionWebinars 3 params → 200400403
GET
/organizers/{organizerKey}/webinars/{webinarKey}
Get webinar
getWebinar 2 params → 200400403404
PUT
/organizers/{organizerKey}/webinars/{webinarKey}
Update webinar
updateWebinar 3 params body → 202400403
DELETE
/organizers/{organizerKey}/webinars/{webinarKey}
Cancel webinar
cancelWebinar 4 params → 204403404409
GET
/organizers/{organizerKey}/webinars/{webinarKey}/attendees
Get attendees for all webinar sessions
getAttendeesForAllWebinarSessions 4 params → 200400403404
GET
/organizers/{organizerKey}/webinars/{webinarKey}/meetingtimes
Get webinar meeting times
getWebinarMeetingTimes 2 params → 200400403404
GET
/organizers/{organizerKey}/webinars/{webinarKey}/audio
Get audio information
getAudioInformation 2 params → 200400403404
POST
/organizers/{organizerKey}/webinars/{webinarKey}/audio
Update audio information
updateAudioInformation 3 params body → 204400403404
GET
/organizers/{organizerKey}/webinars/{webinarKey}/performance
Get performance for all webinar sessions
getPerformanceForAllWebinarSessions 2 params → 200400403404
GET
/webinars/{webinarKey}/startUrl
Webinar start url
getStartUrl 1 param → 200400403404
PUT
/webinars/{webinarKey}/copy
Copy a webinar
copyWebinar 1 param body → 201400403404
GET
/webinars/{webinarKey}/recordingAssets
Get all the recording assets associated with the webinarKey
getRecordingAssets 3 params → 200400403404
Sessions 7

Operations available for sessions of a given webinar.

GET
/organizers/{organizerKey}/sessions
Get organizer sessions
getOrganizerSessions 5 params → 200400403
GET
/organizers/{organizerKey}/webinars/{webinarKey}/sessions
Get webinar sessions
getAllSessions 4 params → 200400403404
GET
/organizers/{organizerKey}/webinars/{webinarKey}/sessions/{sessionKey}
Get webinar session
getWebinarSession 3 params → 200400403404
GET
/organizers/{organizerKey}/webinars/{webinarKey}/sessions/{sessionKey}/performance
Get session performance
getPerformance 3 params → 200400403404
GET
/organizers/{organizerKey}/webinars/{webinarKey}/sessions/{sessionKey}/polls
Get session polls
getPolls 3 params → 200400403404
GET
/organizers/{organizerKey}/webinars/{webinarKey}/sessions/{sessionKey}/questions
Get session questions
getQuestions 3 params → 200400403404
GET
/organizers/{organizerKey}/webinars/{webinarKey}/sessions/{sessionKey}/surveys
Get session surveys
getSurveys 3 params → 200400403404
Co-organizers 4

Operations available for co-organizers of a given webinar.

GET
/organizers/{organizerKey}/webinars/{webinarKey}/coorganizers
Get co-organizers
getCoorganizers 2 params → 200400403404
POST
/organizers/{organizerKey}/webinars/{webinarKey}/coorganizers
Create co-organizers
createCoorganizers 2 params body → 201400403404
DELETE
/organizers/{organizerKey}/webinars/{webinarKey}/coorganizers/{coorganizerKey}
Delete co-organizer
deleteCoorganizer 4 params → 204400403404
POST
/organizers/{organizerKey}/webinars/{webinarKey}/coorganizers/{coorganizerKey}/resendInvitation
Resend invitation
resendCoorganizerInvitation 4 params → 204400403404
Panelists 4

Operations available for panelists of a given webinar.

GET
/organizers/{organizerKey}/webinars/{webinarKey}/panelists
Get webinar panelists
getPanelists 2 params → 200400403404
POST
/organizers/{organizerKey}/webinars/{webinarKey}/panelists
Create Panelists
createPanelists 2 params body → 201400403404
POST
/organizers/{organizerKey}/webinars/{webinarKey}/panelists/{panelistKey}/resendInvitation
Resend panelist invitation
resendPanelistInvitation 3 params → 204400403404
DELETE
/organizers/{organizerKey}/webinars/{webinarKey}/panelists/{panelistKey}
Delete webinar panelist
deleteWebinarPanelist 3 params → 204400403404
Registrants 5

Operations available for registrants of a given webinar.

POST
/organizers/{organizerKey}/webinars/{webinarKey}/registrants
Create registrant
createRegistrant 4 params body → 201400403404409
GET
/organizers/{organizerKey}/webinars/{webinarKey}/registrants
Get registrants
getAllRegistrantsForWebinar 4 params → 200400403404
DELETE
/organizers/{organizerKey}/webinars/{webinarKey}/registrants/{registrantKey}
Delete registrant
deleteRegistrant 3 params → 204400403404
GET
/organizers/{organizerKey}/webinars/{webinarKey}/registrants/{registrantKey}
Get registrant
getRegistrant 3 params → 200400403404
GET
/organizers/{organizerKey}/webinars/{webinarKey}/registrants/fields
Get registration fields
getRegistrationFields 2 params → 200400403404
Attendees 5

Operations available for attendees of a given webinar session.

GET
/organizers/{organizerKey}/webinars/{webinarKey}/sessions/{sessionKey}/attendees
Get session attendees
getAttendees 3 params → 200400403404
GET
/organizers/{organizerKey}/webinars/{webinarKey}/sessions/{sessionKey}/attendees/{registrantKey}
Get attendee
getAttendee 4 params → 200400403404
GET
/organizers/{organizerKey}/webinars/{webinarKey}/sessions/{sessionKey}/attendees/{registrantKey}/polls
Get attendee poll answers
getAttendeePollAnswers 4 params → 200400403404
GET
/organizers/{organizerKey}/webinars/{webinarKey}/sessions/{sessionKey}/attendees/{registrantKey}/questions
Get attendee questions
getAttendeeQuestions 4 params → 200400403404
GET
/organizers/{organizerKey}/webinars/{webinarKey}/sessions/{sessionKey}/attendees/{registrantKey}/surveys
Get attendee survey answers
getAttendeeSurveyAnswers 4 params → 200400403404
RecordingAssets 2

Operations available for assets of a given organizer.

POST
/recordingassets/search
Search for completed recording assets
searchAssets 3 params body → 200400403404
POST
/accounts/{accountKey}/recordingassets/search
Search for completed recording assets of an admin user
searchAssetsForAdmin 4 params body → 200400403404
Webhooks 11

APIs available for management of a webhooks.

POST
/webhooks/secretkey
Creates a new secret key
createSecretKey body → 200400403404
POST
/webhooks
Creates new webhooks
createWebhooks body → 200400403404
PUT
/webhooks
Updates webhooks
updateWebhooks body → 204400403404
GET
/webhooks
Get webhooks
getWebhooks 1 param → 200400403404
DELETE
/webhooks
Deletes webhooks
deleteWebhooks body → 202400403404
GET
/webhooks/{webhookKey}
Get webhook
getWebhook 1 param → 200400403404
POST
/userSubscriptions
Creates new user subscriptions
createUserSubscriptions body → 200400403404
PUT
/userSubscriptions
Updates user subscriptions
updateUserSubscriptions body → 204400403404
GET
/userSubscriptions
Get user subscriptions
getUserSubscriptions 1 param → 200400403404
DELETE
/userSubscriptions
Deletes user subscriptions
deleteUserSubscriptions body → 202400403404
GET
/userSubscriptions/{userSubscriptionsKey}
Get user subscription
getUserSubscription 1 param → 200400403404

Schemas 87

The contract defines 87 schemas that model the data the API accepts and returns. The most detailed are RegistrantDetailed (27 properties), ReportingSession (21 properties), WebinarByKey (20 properties), RegistrantFields (18 properties). Each schema is shown below with its type and property counts.

WebinarReqUpdate
object
Describes the details of the webinar
6 properties
AudioType
string
How to connect to the webinar's audio conference
AudioUpdate
object
Defines the audio/conferencing settings for the specified webinar
3 properties 1 required
TollFreeCountries
string
Countries in which toll free PSTN numbers are available.
TollCountries
string
Defines in which countries toll PSTN numbers are available.
PstnInfoUpdate
object
Defines the audio/conferencing settings for the specified webinar. It required to pass 'tollFreeCountries' or 'tollCountries' or both.
2 properties
PrivateInfoUpdate
object
Defines the audio data for an own conferencing system
3 properties 1 required
DateTimeRange
object
A pair of DateTime values, the first of which serves as a start time and the second as an end time of an interval.
2 properties 2 required
WebinarReqCreate
object
Describes the details used to create a new single session webinar.
12 properties 2 required
WebinarEmailSettings
object
Describes email settings of a webinar.
4 properties
EmailSettings
object
Describes Confirmation email, Reminder email and Absentee follow-up email settings.
1 property
AttendeeFollowUpEmailSetting
Describes Attendee follow-up email settings.
AssetsSearchReq
object
Describes the details used to search a completed recordingasset.
4 properties 1 required
AssetsSearchRequestForAdmin
object
Describes the details used to search a completed recordingasset.
6 properties 1 required
CreatedWebinar
object
Describes a newly created webinar.
2 properties 1 required
AssetsResponse
object
Describes a list of completed assets
2 properties 2 required
Assets
object
1 property 1 required
Asset
object
Describes a completed recordingasset.
11 properties 8 required
RecordingAssetsResponse
object
Describes a list of completed assets
4 properties 4 required
WebinarByKey
object
Describes a webinar
20 properties 20 required
Webinar
object
Describes a webinar
15 properties 16 required
ReportingWebinarsResponse
object
Describes a list of webinars for an account within a given date range
2 properties 2 required
ReportingWebinars
object
1 property 1 required
BrokerWebinar
object
Describes a scheduled webinar
16 properties 16 required
page
object
4 properties 4 required
firstPage
object
1 property 1 required
selfPage
object
1 property 1 required
lastPage
object
1 property 1 required
ReportingSessionsResponse
object
Describes a list of webinar sessions
2 properties 2 required
ReportingSessions
object
1 property 1 required
ReportingSession
object
Describes a completed webinar session.
21 properties 16 required
Session
object
Describes a completed webinar session.
6 properties 6 required
Attendance
object
Describes the times the attendee joined and left a webinar session.
2 properties 2 required
ReportingAttendeeResponse
object
Describes a list of webinar attendees
2 properties 2 required
ReportingAttendees
object
1 property 1 required
ReportingAttendee
object
Describes the attendee of a webinar
7 properties 7 required
Attendee
object
Describes the attendee of a webinar
7 properties 7 required
AttendeeQuestion
object
Describes the question asked by an attendee during a webinar session; includes the answers given to it.
5 properties 5 required
AnswerToAttendeeQuestion
object
Describes an answer to a question asked by an attendee during a webinar session.
5 properties 5 required
Coorganizer
object
Describes a webinar co-organizer. A co-organizer without a GoToWebinar account is marked as external and is returned without a surname
6 properties 6 required
CoorganizerReqCreate
object
Details used for creating a co-organizer for a webinar.
4 properties 1 required
Panelist
object
Describes a webinar session panelist
6 properties 6 required
PanelistReqCreate
object
Describes a single panelist
2 properties 2 required
CreatedPanelist
object
Describes a created panelist
4 properties 4 required
Audio
object
Describes the audio/conferencing information for a webinar.
3 properties 1 required
CallNumbers
object
Conference call numbers per country.
3 properties 2 required
PrivateInfo
object
Phone numbers for an own conference call service.
3 properties 1 required
AccessCodes
object
Describes the access codes for organizer, panelists and attendees
3 properties 3 required
AttendanceStatistics
object
Describes attendance metrics for a webinar session.
5 properties 5 required
Poll
object
A poll or survey launched by an organizer during or after a webinar session; includes the responses given to it by the attendees.
3 properties 3 required
PollAnswer
object
Describes the answer given by a webinar attendee to a poll or survey launched by an organizer.
3 properties 2 required
PollResponse
object
One of the potential responses/options to a poll or survey launched by an organizer during a webinar session.
2 properties 2 required
PollsAndSurveysStatistics
object
Details on the polls and surveys for a webinar session.
5 properties 5 required
SessionInfoStatistics
object
Describes session details for webinar session
10 properties 10 required
SessionPerformance
object
Describes performance details for webinar sessions
3 properties 3 required
RegistrantCreated
object
Describes a newly created webinar registrant.
2 properties 2 required
Registrant
object
Describes a webinar registrant
8 properties 8 required
RegistrantArray
array
RegistrantPaginatedResponse
object
Describes a list of webinar sessions
5 properties 5 required
RegistrantQAResponse
object
Describes a completed registration question for a webinar registrant. If you use "Multiple choice" questions the response contains the numeric answerKey, other…
3 properties 1 required
RegistrantFields
object
Detailed description of a all fields to register a registrant for a webinar.
18 properties 3 required
RegistrantDetailed
object
Detailed description of a webinar registrant with all registration fields.
27 properties 8 required
RegistrationAnswer
object
Describes an answer to a multiple choice custom registration field.
2 properties 2 required
RegistrationQuestion
object
Describes a custom field for a webinar registration.
6 properties 5 required
RegistrationField
object
Describes a field for a webinar registration.
4 properties 3 required
RegistrationFields
object
The fields to be completed on the webinar registration form.
2 properties 2 required
CustomAnswers
object
Answers to custom questions of the registrant
2 properties 2 required
SecretKeyRequest
object
Representation of a secret key
1 property
SecretKeyResponse
object
Representation of a secret key
3 properties
WebhooksResponse
object
List of webhooks
1 property 1 required
Webhooks
object
1 property 1 required
WebhookState
string
State of the webhook
Product
string
Product of the events
CreateWebhookRequest
object
Representation of a single webhook
4 properties 4 required
Webhook
object
Representation of a single webhook
7 properties 4 required
UpdateWebhooksRequest
object
Describes a single webhook update request
3 properties 1 required
UserSubscriptionState
string
State of the user subscription
ActivationState
string
Final state of user subscription. ActivationState will be ACTIVE if both webhook and user subscription states are ACTIVE, INACTIVE otherwise.
CreateUserSubscriptionRequest
object
Describes a single user subscription
3 properties 1 required
UserSubscriptionResponse
object
Describes a list of user subscriptions
1 property 1 required
UserSubscriptions
object
1 property 1 required
UserSubscription
object
Describes a single user subscription
9 properties
UpdateUserSubscriptionsRequest
object
Describes a single user subscription update request
4 properties 2 required
WebinarStartUrlResponse
object
Describes a webinar start url
1 property 1 required
CopyWebinar
object
Describes the details of the webinar to be copied
9 properties
CopiedWebinar
object
Describes a newly copied webinar.
1 property 1 required
CoorganizerDetails
object
Email address and the organizerKey of the coorganizer
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

goto-webinar-openapi.yml Raw ↑

Other APIs GoTo Webinar publishes across the network.

GoTo Webinar Attendees API
GoTo Webinar Panelists API
GoTo Webinar Registrants API
GoTo Webinar Sessions API
GoTo Webinar Webinars API
GoTo Webinar Co Organizers API
GoTo Webinar Recording Assets API
GoTo Webinar Webhooks API
Where this information came from

This is an independent, third-party profile of GoTo Webinar REST API v2, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.