River Financial · OAuth Scopes

River Financial OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://river.com/oauth2/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.

CompanyBitcoin ServicesCryptocurrencyFinancial ServicesBankingOAuthAPI
Scopes: 6 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://river.com/oauth2/authorize
Token URL
https://river.com/oauth2/token
Flows
authorizationCode

Scopes (6)

ScopeDescriptionFlows
openid OpenID Connect authentication; issue an ID token for the subject. authorizationCode
offline_access Issue a refresh token for long-lived access without user presence. authorizationCode
balances:read Read access to account cash and bitcoin balances. authorizationCode
transactions:read Read access to transaction history. authorizationCode
identity:read Read access to account holder identity information. authorizationCode
payment_networks:read Read access to configured payment networks / payout rails. authorizationCode

Source

OAuth Scopes

river-financial-scopes.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://river.com/.well-known/openid-configuration
docs: https://river.com/.well-known/openid-configuration
schemes:
- name: OAuth2
  source: https://river.com/.well-known/openid-configuration
  flows:
  - flow: authorizationCode
    authorizationUrl: https://river.com/oauth2/authorize
    tokenUrl: https://river.com/oauth2/token
scopes:
- scope: openid
  description: OpenID Connect authentication; issue an ID token for the subject.
  flows:
  - authorizationCode
- scope: offline_access
  description: Issue a refresh token for long-lived access without user presence.
  flows:
  - authorizationCode
- scope: balances:read
  description: Read access to account cash and bitcoin balances.
  flows:
  - authorizationCode
- scope: transactions:read
  description: Read access to transaction history.
  flows:
  - authorizationCode
- scope: identity:read
  description: Read access to account holder identity information.
  flows:
  - authorizationCode
- scope: payment_networks:read
  description: Read access to configured payment networks / payout rails.
  flows:
  - authorizationCode