Truist Financial · OAuth Scopes

Truist Financial OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://api.truist.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.

BankingFinancial ServicesOpen BankingCommercial BankingPersonal BankingPaymentsAccountsTransactionsFortune 500
Scopes: 4 Flows: clientCredentials, authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://api.truist.com/oauth2/authorize
Token URL
https://api.truist.com/oauth2/token
Flows
clientCredentialsauthorizationCode

Scopes (4)

ScopeDescriptionFlows
accounts:read Read access to account information authorizationCode
commercial.accounts:read Read access to commercial account information clientCredentials
commercial.transactions:read Read access to commercial transaction data clientCredentials
transactions:read Read access to transaction data authorizationCode

Source

OAuth Scopes

truist-financial-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/truist-commercial-account-transactions-openapi.yml, openapi/truist-commercial-accounts-openapi.yml,
  openapi/truist-personal-small-business-accounts-openapi.yml, openapi/truist-personal-small-business-transactions-openapi.yml
schemes:
- name: OAuth2
  source: openapi/truist-commercial-account-transactions-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.truist.com/oauth2/token
- name: OAuth2
  source: openapi/truist-commercial-accounts-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.truist.com/oauth2/token
- name: OAuth2
  source: openapi/truist-personal-small-business-accounts-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.truist.com/oauth2/authorize
    tokenUrl: https://api.truist.com/oauth2/token
- name: OAuth2
  source: openapi/truist-personal-small-business-transactions-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.truist.com/oauth2/authorize
    tokenUrl: https://api.truist.com/oauth2/token
scopes:
- scope: accounts:read
  description: Read access to account information
  flows:
  - authorizationCode
  sources:
  - openapi/truist-personal-small-business-accounts-openapi.yml
- scope: commercial.accounts:read
  description: Read access to commercial account information
  flows:
  - clientCredentials
  sources:
  - openapi/truist-commercial-accounts-openapi.yml
- scope: commercial.transactions:read
  description: Read access to commercial transaction data
  flows:
  - clientCredentials
  sources:
  - openapi/truist-commercial-account-transactions-openapi.yml
- scope: transactions:read
  description: Read access to transaction data
  flows:
  - authorizationCode
  sources:
  - openapi/truist-personal-small-business-transactions-openapi.yml