ClearSlide · Authentication Profile

Clearslide Authentication

Authentication

ClearSlide secures its APIs with oauth2 across 1 declared security scheme, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode and password flow(s).

CompanySales EngagementSales EnablementContent ManagementPresentationsAnalyticsMeetingsCRMOAuthSCIM
Methods: oauth2 Schemes: 1 OAuth flows: authorizationCode, password API key in:

Security Schemes

oauth2 oauth2
· flows: authorizationCode, password

Source

Authentication Profile

Raw ↑
generated: '2026-07-18'
method: searched
source: openapi/clearslide-openapi.yml
docs: https://developer.clearslide.com/docs/oauth-20
registration: mailto:apisupport@clearslide.com
summary:
  types:
  - oauth2
  oauth2_flows:
  - authorizationCode
  - password
schemes:
- name: oauth2
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://oauth.platform.clearslide.com/oauth/authorize
    tokenUrl: https://oauth.platform.clearslide.com/oauth/token
    scopes: 2
  - flow: password
    tokenUrl: https://oauth.platform.clearslide.com/oauth/token
    scopes: 2
  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.
  sources:
  - openapi/clearslide-openapi.yml