Wealth.com · Authentication Profile

Wealthcom Authentication

Authentication

Wealth.com secures its APIs with oauth2 and publicKey across 3 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

CompanyEnterpriseEstate PlanningTax PlanningWealth ManagementFinancial AdvisorsFintechArtificial Intelligence
Methods: oauth2, publicKey Schemes: 3 OAuth flows: authorizationCode API key in:

Security Schemes

AdvisorOAuth2 oauth2
OnboardingPublicKey publicKey
WebhookApiKey apiKey
· in: header ()

Source

Authentication Profile

wealthcom-authentication.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://developer.wealth.com/advisor/authentication
docs: https://developer.wealth.com/advisor/authentication
summary:
  types: [oauth2, publicKey]
  oauth2_flows: [authorizationCode]
  pkce: recommended-required-for-public-clients
  token_format: JWT (RS256, asymmetric, verified against authorization-server JWKS)
  transport_security: TLS 1.2 or higher required
schemes:
- name: AdvisorOAuth2
  api: Wealth.com Advisor API
  type: oauth2
  flow: authorizationCode
  pkce:
    supported: true
    challenge_method: S256
    note: PKCE recommended; may be required for public clients (SPAs, native apps).
  token:
    type: bearer
    header: 'Authorization: Bearer <access_token>'
    format: JWT
    algorithm: RS256
    validation:
      - Token must be a JWT access token (ID tokens are rejected for API calls).
      - Must contain iss and sub claims and must not be expired.
      - kid header verified against the authorization server's JWKS.
    access_token_ttl: ~1 hour
    refresh_token_ttl: up to ~30 days (environment dependent)
  scopes:
    standard: [openid, email, profile]
    note: Standard OpenID Connect scopes plus any custom configured scopes.
  base_url: https://advisor-api.wealth.com/v1
- name: OnboardingPublicKey
  api: Wealth.com Onboarding API
  type: publicKey
  mechanism: RSA public/private key pair
  docs: https://developer.wealth.com/onboarding/authentication
  note: >-
    Partners generate an RSA key pair, export the public key to a .pem file, and share it
    with Wealth.com. Connections encrypted using TLS 1.2 or higher.
- name: WebhookApiKey
  api: Wealth.com Advisor API (webhooks)
  type: apiKey
  in: header
  parameter_name: wealth-api-key
  note: >-
    Each webhook POST includes a wealth-api-key header that the receiver validates against
    the Wealth.com-issued API key (UUID). Keys may be rotated by Wealth.com.

Work with this as data

Every security artifact here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This security artifact
curl "https://apis.io/api/v1/security/wealthcom-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.