Digits · OAuth Scopes

Digits OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://connect.digits.com/v1/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.

AccountingBookkeepingFinanceGeneral LedgerAIFinTech
Scopes: 2 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://connect.digits.com/v1/oauth/authorize
Token URL
https://connect.digits.com/v1/oauth/token
Flows
authorizationCode

Scopes (2)

ScopeDescriptionFlows
ledger.read Read ledger data and statements authorizationCode
ledger.write Sync source data into the ledger authorizationCode

Source

OAuth Scopes

digits-com-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/digits-com-openapi.yml
schemes:
- name: OAuth2
  source: openapi/digits-com-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://connect.digits.com/v1/oauth/authorize
    tokenUrl: https://connect.digits.com/v1/oauth/token
  description: OAuth 2.0 authorization code grant.
scopes:
- scope: ledger.read
  description: Read ledger data and statements
  flows:
  - authorizationCode
  sources:
  - openapi/digits-com-openapi.yml
- scope: ledger.write
  description: Sync source data into the ledger
  flows:
  - authorizationCode
  sources:
  - openapi/digits-com-openapi.yml