EasyWebinar · OAuth Scopes

EasyWebinar OAuth Scopes

OAuth 2.0 probed

EasyWebinar publishes 4 OAuth 2.0 scopes via the authorizationCode, clientCredentials, and implicit flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the EasyWebinar API on a user’s behalf.

Tokens are issued from https://app.easywebinar.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.

CompanyWebinarsVideoLive StreamingMarketingEventsCRMLead GenerationAutomationIdentityOAuthSaaS
Scopes: 4 Flows: authorizationCode, clientCredentials, implicit Method: probed

OAuth endpoints

Authorization URL
https://app.easywebinar.com/oauth/authorize/
Token URL
https://app.easywebinar.com/oauth/token/
Flows
authorizationCodeclientCredentialsimplicit

Scopes (4)

ScopeDescriptionFlows
openid Standard OIDC scope requesting an id_token for the authenticated EasyWebinar user. Description is the OIDC Core definition; EasyWebinar publishes none of its own. authorizationCode, clientCredentials, implicit
profile Standard OIDC scope for the end-user profile claims returned by /oauth/me/. Description is the OIDC Core definition; EasyWebinar publishes none of its own. authorizationCode, clientCredentials, implicit
email Standard OIDC scope for the email and email_verified claims. Description is the OIDC Core definition; EasyWebinar publishes none of its own. authorizationCode, clientCredentials, implicit
basic Vendor-specific scope advertised by the authorization server. EasyWebinar publishes no definition for it and there is no reference to resolve it against. authorizationCode, clientCredentials, implicit

Source

OAuth Scopes

easywebinar-scopes.yml Raw ↑
generated: '2026-08-12'
method: probed
source: https://app.easywebinar.com/.well-known/openid-configuration
docs: null
note: >-
  EasyWebinar publishes no scopes / permissions reference page. Every scope below is read
  verbatim from scopes_supported in the live discovery document. There is no OpenAPI to
  derive operation-level scope requirements from, so the mapping of scope to capability is
  unknown and deliberately left unstated rather than guessed.
schemes:
  - name: EasyWebinarOAuth2
    source: well-known/easywebinar-openid-configuration.json
    issuer: https://app.easywebinar.com
    flows:
      - flow: authorizationCode
        authorizationUrl: https://app.easywebinar.com/oauth/authorize/
        tokenUrl: https://app.easywebinar.com/oauth/token/
      - flow: clientCredentials
        tokenUrl: https://app.easywebinar.com/oauth/token/
      - flow: implicit
        authorizationUrl: https://app.easywebinar.com/oauth/authorize/
scopes:
  - scope: openid
    description: >-
      Standard OIDC scope requesting an id_token for the authenticated EasyWebinar user.
      Description is the OIDC Core definition; EasyWebinar publishes none of its own.
    flows: [authorizationCode, clientCredentials, implicit]
    sources: [well-known/easywebinar-openid-configuration.json]
  - scope: profile
    description: >-
      Standard OIDC scope for the end-user profile claims returned by /oauth/me/.
      Description is the OIDC Core definition; EasyWebinar publishes none of its own.
    flows: [authorizationCode, clientCredentials, implicit]
    sources: [well-known/easywebinar-openid-configuration.json]
  - scope: email
    description: >-
      Standard OIDC scope for the email and email_verified claims. Description is the OIDC
      Core definition; EasyWebinar publishes none of its own.
    flows: [authorizationCode, clientCredentials, implicit]
    sources: [well-known/easywebinar-openid-configuration.json]
  - scope: basic
    description: >-
      Vendor-specific scope advertised by the authorization server. EasyWebinar publishes
      no definition for it and there is no reference to resolve it against.
    flows: [authorizationCode, clientCredentials, implicit]
    sources: [well-known/easywebinar-openid-configuration.json]
scope_count: 4
gaps:
  - >-
    No resource-level scopes are advertised. The REST API EasyWebinar markets on its
    enterprise page (registration, attendance, lead data, CRM sync, event lifecycle) has no
    corresponding scope in the published metadata, so either it authenticates by another
    mechanism or its scopes are not discoverable anonymously.
x-evidence:
  - url: https://app.easywebinar.com/.well-known/openid-configuration
    status: 200