Qubiqle · OAuth Scopes

Qubiqle OAuth Scopes

OAuth 2.0 searched

Qubiqle publishes 1 OAuth 2.0 scope. Scopes are the fine-grained permissions an application requests at authorization time to act against the Qubiqle API on a user’s behalf.

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.

CompanyAccounts PayableInvoicingPaymentsAccountingFinTechAutomationArtificial IntelligenceERP IntegrationProcurement
Scopes: 1 Flows: Method: searched

Scopes (1)

ScopeDescriptionFlows
accounts.can_access_dashboard The only scope currently supported. Requested at token exchange (scope=accounts.can_access_dashboard) and echoed back on the token response. clientCredentials

Source

OAuth Scopes

Raw ↑
generated: '2026-07-20'
method: searched
source: openapi/qubiqle-openapi-original.json
docs: https://docs.ottimate.com/auth
schemes:
- name: OAuth2
  flow: clientCredentials
  token_urls:
    sandbox: https://sandbox-auth.ottimate.com/oauth/token
    production: https://auth.ottimate.com/oauth/token
scopes:
- scope: accounts.can_access_dashboard
  description: >-
    The only scope currently supported. Requested at token exchange
    (scope=accounts.can_access_dashboard) and echoed back on the token response.
  flows: [clientCredentials]
notes: >-
  Ottimate documents a single OAuth scope today. The OpenAPI securityScheme is
  declared as http/bearer rather than a typed oauth2 flow, so this scope list is
  captured from the documented client_credentials exchange at
  https://docs.ottimate.com/auth, not derived from the spec.