Wealth-X · Authentication Profile
Wealth X Authentication
Authentication
Three distinct authentication models across the Wealth-X / Altrata estate. The legacy Wealth-X Connect REST API uses three static credential headers. The successor Altrata GraphQL APIs use an OAuth 2.0 client_credentials token exchange that itself requires an API key plus HTTP Basic service credentials. The Altrata MCP server uses OAuth 2.0 authorization_code with PKCE.
Wealth-X secures its APIs with apiKey, http, and oauth2 across 7 declared security schemes, as derived from its OpenAPI definitions.
CompanyWealth IntelligenceDataUHNWProspectingFinancial ServicesCRMPeople DataAltrataGraphQLMCPWealth Screening
Methods: apiKey, http, oauth2
Schemes: 7
OAuth flows:
API key in: header
Security Schemes
wealthxUsername apiKey
wealthxPassword apiKey
wealthxApiKey apiKey
altrataServiceToken oauth2
altrataApiKey apiKey
altrataBasic http
altrataMcpOAuth oauth2