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 StreamingMarketingEventCRMLead GenerationAutomationIdentityAuthenticationSoftware-as-a-Service
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

Work with this as data

Every scope set here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for oauth scopes

4 MCP tools reach this
  • find_scopesBrowse and filter every scope set in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This scope set
curl "https://apis.io/api/v1/scopes/easywebinar-scopes"
All oauth scopes
curl "https://apis.io/api/v1/scopes?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.