Consola Finance · OAuth Scopes

Consola Finance OAuth Scopes

OAuth 2.0 searched

Consola Finance publishes 5 OAuth 2.0 scopes via the authorizationCode and clientCredentials flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Consola Finance API on a user’s behalf.

Tokens are issued from https://auth.request.finance/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.

CompanyCrypto AccountingDigital AssetsWeb3 FinanceAccounts PayableAccounts ReceivableInvoicingPayrollBookkeepingBlockchain
Scopes: 5 Flows: authorizationCode, clientCredentials Method: searched

OAuth endpoints

Authorization URL
https://auth.request.finance/authorize
Token URL
https://auth.request.finance/oauth/token
Flows
authorizationCodeclientCredentials

Scopes (5)

ScopeDescriptionFlows
openid OIDC authentication; issue an ID token. authorizationCode
profile Access the user's basic profile claims. authorizationCode
email Access the user's email and email_verified claims. authorizationCode
offline_access Issue a refresh token for long-lived access (Authorization Code Flow only). authorizationCode
user:read Request Finance application scope to read the user and the organizations they belong to (see the Organizations docs). authorizationCode

Source

OAuth Scopes

consola-finance-scopes.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://auth.request.finance/.well-known/openid-configuration
docs: https://docs.request.finance/going-live
notes: >-
  Request Finance OAuth (Auth0-backed) scopes. Standard OIDC scopes come from
  the live discovery document (scopes_supported); user:read is documented on the
  Going Live page as a Request Finance application scope. No OpenAPI is published
  so scopes are not tied to specific operations.
schemes:
- name: OAuth2
  source: well-known/consola-finance-openid-configuration.json
  issuer: https://auth.request.finance/
  audience: accounts
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.request.finance/authorize
    tokenUrl: https://auth.request.finance/oauth/token
  - flow: clientCredentials
    tokenUrl: https://auth.request.finance/oauth/token
scopes:
- scope: openid
  description: OIDC authentication; issue an ID token.
  flows: [authorizationCode]
- scope: profile
  description: Access the user's basic profile claims.
  flows: [authorizationCode]
- scope: email
  description: Access the user's email and email_verified claims.
  flows: [authorizationCode]
- scope: offline_access
  description: Issue a refresh token for long-lived access (Authorization Code Flow only).
  flows: [authorizationCode]
- scope: user:read
  description: >-
    Request Finance application scope to read the user and the organizations they
    belong to (see the Organizations docs).
  flows: [authorizationCode]
  source: https://docs.request.finance/going-live
oidc_scopes_supported:
- openid
- profile
- offline_access
- name
- given_name
- family_name
- nickname
- email
- email_verified
- picture
- created_at
- identities
- phone
- address