Request Finance · OAuth Scopes

Request Finance OAuth Scopes

OAuth 2.0 searched

Request 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 Request Finance 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.

CompanyPaymentsInvoicingCryptoWeb3PayrollStablecoinsAccounts PayableAccounts ReceivableFintechBlockchainREST API
Scopes: 5 Flows: authorizationCode, clientCredentials Method: searched

Scopes (5)

ScopeDescriptionFlows
openid Standard OpenID Connect scope; enables ID token issuance. authorizationCode
profile Access to the user's basic profile claims. authorizationCode
email Access to the user's email address. authorizationCode
offline_access Issues a refresh token so the app can obtain new access tokens after the 24-hour access-token expiry. Required for long-lived Authorization Code Flow integrations; not used in Client Credentials Flow. authorizationCode
user:read Read access to user data, including listing the organizations a user belongs to (GET /users/organizations). authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-07-20'
method: searched
source: https://docs.request.finance/going-live
docs: https://docs.request.finance/going-live
schemes:
- name: oauth2
  issuer: https://auth.request.finance
  audience: accounts
  authorizationUrl: https://auth.request.finance/authorize
  tokenUrl: https://auth.request.finance/oauth/token
  flows: [authorizationCode, clientCredentials]
scopes:
- scope: openid
  description: Standard OpenID Connect scope; enables ID token issuance.
  flows: [authorizationCode]
- scope: profile
  description: Access to the user's basic profile claims.
  flows: [authorizationCode]
- scope: email
  description: Access to the user's email address.
  flows: [authorizationCode]
- scope: offline_access
  description: >-
    Issues a refresh token so the app can obtain new access tokens after the 24-hour
    access-token expiry. Required for long-lived Authorization Code Flow integrations;
    not used in Client Credentials Flow.
  flows: [authorizationCode]
- scope: user:read
  description: >-
    Read access to user data, including listing the organizations a user belongs to
    (GET /users/organizations).
  flows: [authorizationCode]
  source: https://docs.request.finance/organizations
notes: >-
  The docs enumerate a baseline scope set (openid profile email offline_access) plus
  additional scopes such as user:read. Use prompt=consent on the authorization URL to
  force re-consent when a user is missing a scope.