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/
https://app.easywebinar.com/oauth/authorize/
Token URL
https://app.easywebinar.com/oauth/token/
https://app.easywebinar.com/oauth/token/
Flows
authorizationCodeclientCredentialsimplicit
authorizationCodeclientCredentialsimplicit
Scopes (4)
| Scope | Description | Flows |
|---|---|---|
| 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 |
| 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 |