Alloovium · OAuth Scopes

Alloovium OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://api.alloovium.com/api/v2/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.

CompanyConstructionDocument IntelligenceComplianceArtificial IntelligenceConstruction TechnologyDocumentsMCP
Scopes: 9 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://api.alloovium.com/api/v2/oauth/authorize
Token URL
https://api.alloovium.com/api/v2/oauth/token
Flows
authorizationCode

Scopes (9)

ScopeDescriptionFlows
vault:read List/get projects and documents, and run vault search. authorizationCode
vault:write Create projects and upload documents. authorizationCode
chat:read List conversations and fetch conversation history. authorizationCode
chat:write Ask chat (streaming and non-streaming). authorizationCode
templates:read Poll template-fill job status. authorizationCode
templates:write Start template-fill jobs. authorizationCode
workflows:read List workflows and get run status. authorizationCode
workflows:write Start workflow runs. authorizationCode
meta:read Reserved; not currently required. authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-07-17'
method: searched
source: https://www.alloovium.com/en/developers/authentication
docs: https://www.alloovium.com/en/developers/authentication
schemes:
- name: OAuth2
  version: OAuth 2.1
  flows:
  - flow: authorizationCode
    pkce: S256
    authorizationUrl: https://api.alloovium.com/api/v2/oauth/authorize
    tokenUrl: https://api.alloovium.com/api/v2/oauth/token
scopes:
- scope: vault:read
  description: List/get projects and documents, and run vault search.
  flows: [authorizationCode]
- scope: vault:write
  description: Create projects and upload documents.
  flows: [authorizationCode]
- scope: chat:read
  description: List conversations and fetch conversation history.
  flows: [authorizationCode]
- scope: chat:write
  description: Ask chat (streaming and non-streaming).
  flows: [authorizationCode]
- scope: templates:read
  description: Poll template-fill job status.
  flows: [authorizationCode]
- scope: templates:write
  description: Start template-fill jobs.
  flows: [authorizationCode]
- scope: workflows:read
  description: List workflows and get run status.
  flows: [authorizationCode]
- scope: workflows:write
  description: Start workflow runs.
  flows: [authorizationCode]
- scope: meta:read
  description: Reserved; not currently required.
  flows: [authorizationCode]
notes: >-
  Dynamically registered OAuth clients are always issued read-only scopes. API keys created in the
  Developer Console carry their own scope grant independent of OAuth.