GoToWebinar · OAuth Scopes

GoToWebinar OAuth Scopes

OAuth 2.0 derived

GoToWebinar publishes 2 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the GoToWebinar API on a user’s behalf.

Tokens are issued from https://authentication.logmeininc.com/oauth/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

AttendeesCollaborationCommunicationsEventsMeetingsRegistrantsSessionsSurveysVideo ConferencingVirtual EventsWebhooksWebinars
Scopes: 2 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://authentication.logmeininc.com/oauth/authorize
Token URL
https://authentication.logmeininc.com/oauth/token
Flows
authorizationCode

Scopes (2)

ScopeDescriptionFlows
collab Collaboration / GoToWebinar scope. authorizationCode
identity:scim.me Read the authenticated user's identity (SCIM /me). authorizationCode

Source

OAuth Scopes

gotowebinar-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/gotowebinar-rest-openapi.yml, openapi/gotowebinar-webhooks-openapi.yml
schemes:
- name: oauth2
  source: openapi/gotowebinar-rest-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://authentication.logmeininc.com/oauth/authorize
    tokenUrl: https://authentication.logmeininc.com/oauth/token
  description: OAuth 2.0 via the GoTo authentication service.
- name: oauth2
  source: openapi/gotowebinar-webhooks-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://authentication.logmeininc.com/oauth/authorize
    tokenUrl: https://authentication.logmeininc.com/oauth/token
scopes:
- scope: collab
  description: Collaboration / GoToWebinar scope.
  flows:
  - authorizationCode
  sources:
  - openapi/gotowebinar-rest-openapi.yml
  - openapi/gotowebinar-webhooks-openapi.yml
- scope: identity:scim.me
  description: Read the authenticated user's identity (SCIM /me).
  flows:
  - authorizationCode
  sources:
  - openapi/gotowebinar-rest-openapi.yml