GoTo Webinar · OAuth Scopes

GoTo Webinar OAuth Scopes

OAuth 2.0 searched

GoTo Webinar publishes 1 OAuth 2.0 scope via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the GoTo Webinar 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.

WebinarsVirtual EventsVideo ConferencingMarketingLead CaptureRegistration
Scopes: 1 Flows: authorizationCode Method: searched

OAuth endpoints

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

Scopes (1)

ScopeDescriptionFlows
collab: Grants access to the GoTo Webinar (collaboration) APIs. The GoTo Webinar v2 API reference states this scope must be used when a token is requested from the Authentication API.

Source

OAuth Scopes

goto-webinar-scopes.yml Raw ↑
generated: '2026-07-11'
method: searched
source: openapi/goto-webinar-openapi.yml
docs: https://developer.goto.com/GoToWebinarV2
schemes:
- name: oauth2
  source: openapi/goto-webinar-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://authentication.logmeininc.com/oauth/authorize
    tokenUrl: https://authentication.logmeininc.com/oauth/token
scopes:
- scope: 'collab:'
  description: >-
    Grants access to the GoTo Webinar (collaboration) APIs. The GoTo Webinar
    v2 API reference states this scope must be used when a token is requested
    from the Authentication API.
  sources:
  - https://developer.goto.com/GoToWebinarV2
note: >-
  GoTo Webinar does not publish a granular per-endpoint scope catalog; the v2
  API reference documents a single product-level scope (`collab:`) required
  when requesting a token, with additional scopes selected per OAuth client in
  the GoTo developer portal (https://developer.goto.com/GoToWebinarV2).