TIAA · OAuth Scopes

TIAA OAuth Scopes

OAuth 2.0 derived

TIAA publishes 8 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 TIAA API on a user’s behalf.

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

FinanceFinancial DataFintechInsuranceInvestment ManagementRetirementWealth ManagementFortune 100
Scopes: 8 Flows: authorizationCode, clientCredentials Method: derived

OAuth endpoints

Authorization URL
https://auth.tiaa.org/oauth2/authorize
Token URL
https://auth.tiaa.org/oauth2/token
Flows
authorizationCodeclientCredentials

Scopes (8)

ScopeDescriptionFlows
accounts Account data access authorizationCode
investments Investment data access authorizationCode
openid OpenID Connect authorizationCode
profile Customer profile authorizationCode
sia:read Read SIA data clientCredentials
sia:write Write SIA data clientCredentials
tax Tax document access authorizationCode
transactions Transaction data access authorizationCode

Source

OAuth Scopes

tiaa-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/tiaa-fdx-openapi.yml, openapi/tiaa-sia-openapi.yml
schemes:
- name: OAuth2
  source: openapi/tiaa-fdx-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.tiaa.org/oauth2/authorize
    tokenUrl: https://auth.tiaa.org/oauth2/token
- name: ClientCredentials
  source: openapi/tiaa-sia-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://auth.tiaa.org/oauth2/token
scopes:
- scope: accounts
  description: Account data access
  flows:
  - authorizationCode
  sources:
  - openapi/tiaa-fdx-openapi.yml
- scope: investments
  description: Investment data access
  flows:
  - authorizationCode
  sources:
  - openapi/tiaa-fdx-openapi.yml
- scope: openid
  description: OpenID Connect
  flows:
  - authorizationCode
  sources:
  - openapi/tiaa-fdx-openapi.yml
- scope: profile
  description: Customer profile
  flows:
  - authorizationCode
  sources:
  - openapi/tiaa-fdx-openapi.yml
- scope: sia:read
  description: Read SIA data
  flows:
  - clientCredentials
  sources:
  - openapi/tiaa-sia-openapi.yml
- scope: sia:write
  description: Write SIA data
  flows:
  - clientCredentials
  sources:
  - openapi/tiaa-sia-openapi.yml
- scope: tax
  description: Tax document access
  flows:
  - authorizationCode
  sources:
  - openapi/tiaa-fdx-openapi.yml
- scope: transactions
  description: Transaction data access
  flows:
  - authorizationCode
  sources:
  - openapi/tiaa-fdx-openapi.yml