Wealth-X · Authentication Profile

Wealth X Authentication

Authentication

Wealth-X secures its APIs with apiKey across 3 declared security schemes, as derived from its OpenAPI definitions.

CompanyWealth IntelligenceDataUHNWProspectingFinancial ServicesCRMPeople Data
Methods: apiKey Schemes: 3 OAuth flows: API key in: header

Security Schemes

wealthxUsername apiKey
· in: header (username)
wealthxPassword apiKey
· in: header (password)
wealthxApiKey apiKey
· in: header (apikey)

Source

Authentication Profile

Raw ↑
generated: '2026-07-21'
method: derived
source: openapi/wealth-x-connect-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: wealthxUsername
  type: apiKey
  in: header
  parameter: username
  description: Wealth-X account username, supplied as a request header.
  sources:
  - openapi/wealth-x-connect-openapi.yml
- name: wealthxPassword
  type: apiKey
  in: header
  parameter: password
  description: Wealth-X account password, supplied as a request header.
  sources:
  - openapi/wealth-x-connect-openapi.yml
- name: wealthxApiKey
  type: apiKey
  in: header
  parameter: apikey
  description: Wealth-X API key, supplied as a request header.
  sources:
  - openapi/wealth-x-connect-openapi.yml