Wealth.com · OAuth Scopes

Wealth.com OAuth Scopes

OAuth 2.0 searched

Wealth.com publishes 3 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Wealth.com 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.

CompanyEnterpriseEstate PlanningTax PlanningWealth ManagementFinancial AdvisorsFintechArtificial Intelligence
Scopes: 3 Flows: authorizationCode Method: searched

Scopes (3)

ScopeDescriptionFlows
openid OpenID Connect authentication; issue an ID token for the signed-in advisor user. authorizationCode
email Access the advisor user's email address claim. authorizationCode
profile Access the advisor user's basic profile claims. authorizationCode

Source

OAuth Scopes

wealthcom-scopes.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://developer.wealth.com/advisor/authentication
docs: https://developer.wealth.com/advisor/authentication
schemes:
- name: AdvisorOAuth2
  api: Wealth.com Advisor API
  flows:
  - flow: authorizationCode
    pkce: true
    note: Authorization/token URLs not published in public docs; discovered via advisor onboarding.
scopes:
- scope: openid
  description: OpenID Connect authentication; issue an ID token for the signed-in advisor user.
  flows: [authorizationCode]
- scope: email
  description: Access the advisor user's email address claim.
  flows: [authorizationCode]
- scope: profile
  description: Access the advisor user's basic profile claims.
  flows: [authorizationCode]
notes: >-
  Wealth.com documents the standard OpenID Connect scopes (openid, email, profile) plus
  "any custom configured scopes" negotiated per integration. A full custom-scope reference
  is not published on the public developer portal.