ClearSlide · OAuth Scopes

ClearSlide OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://oauth.platform.clearslide.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.

CompanySales EngagementSales EnablementContent ManagementPresentationsAnalyticsMeetingsCRMOAuthSCIM
Scopes: 2 Flows: authorizationCode, password Method: searched

OAuth endpoints

Authorization URL
https://oauth.platform.clearslide.com/oauth/authorize
Token URL
https://oauth.platform.clearslide.com/oauth/token
Flows
authorizationCodepassword

Scopes (2)

ScopeDescriptionFlows
read Read access to ClearSlide resources authorizationCode, password
write Write access to ClearSlide resources authorizationCode, password

Source

OAuth Scopes

Raw ↑
generated: '2026-07-18'
method: searched
source: openapi/clearslide-openapi.yml
docs: https://developer.clearslide.com/docs/oauth-20
schemes:
- name: oauth2
  source: openapi/clearslide-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://oauth.platform.clearslide.com/oauth/authorize
    tokenUrl: https://oauth.platform.clearslide.com/oauth/token
  - flow: password
    tokenUrl: https://oauth.platform.clearslide.com/oauth/token
  description: ClearSlide supports OAuth 2.0 Authorization Code (RFC 6749 §4.1) and Resource
    Owner Password Credentials (RFC 6749 §4.3) grants. Register a client redirect URL with apisupport@clearslide.com
    to receive a client id and client secret.
scopes:
- scope: read
  description: Read access to ClearSlide resources
  flows:
  - authorizationCode
  - password
  sources:
  - openapi/clearslide-openapi.yml
- scope: write
  description: Write access to ClearSlide resources
  flows:
  - authorizationCode
  - password
  sources:
  - openapi/clearslide-openapi.yml