Sana · OAuth Scopes

Sana OAuth Scopes

OAuth 2.0 searched

Sana publishes 2 OAuth 2.0 scopes via the clientCredentials flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Sana API on a user’s behalf.

Tokens are issued from https://{domain}.sana.ai/api/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.

CompanyEnterprise AIArtificial IntelligenceLearning ManagementLMSKnowledge ManagementAgentsSCIMxAPIREST API
Scopes: 2 Flows: clientCredentials Method: searched

OAuth endpoints

Token URL
https://{domain}.sana.ai/api/token
Flows
clientCredentials

Scopes (2)

ScopeDescriptionFlows
read Read access. Required for all GET requests. clientCredentials
write Write access. Required for all POST, PATCH, and DELETE requests. clientCredentials

Source

OAuth Scopes

Raw ↑
generated: '2026-07-21'
method: searched
source: https://docs.sana.ai/api-docs/
docs: https://docs.sana.ai/api-docs/
schemes:
  - name: oauth2ClientCredentials
    source: https://docs.sana.ai/api-docs/
    flows:
      - flow: clientCredentials
        tokenUrl: https://{domain}.sana.ai/api/token
scope_format: comma-separated
scopes:
  - scope: read
    description: Read access. Required for all GET requests.
    flows: [clientCredentials]
    sources: [https://docs.sana.ai/api-docs/]
  - scope: write
    description: Write access. Required for all POST, PATCH, and DELETE requests.
    flows: [clientCredentials]
    sources: [https://docs.sana.ai/api-docs/]