Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Wealth-X Reference API

Reference / lookup data used to build searches.

Wealth-X Reference API is one of 3 APIs that Wealth-X publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Reference. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 5 operations across 5 paths. It is described by OpenAPI 3.0.3, at version v1.

Requests are made against a single base URL, https://connect.wealthx.com/rest/v1.

5 operations 5 paths 0 schemas 5 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
v1
Base URL
https://connect.wealthx.com/rest/v1
Authentication
API Key, API Key, API Key
Resource Areas
1

Authentication & Security 3

Wealth-X Reference API declares 3 security schemes for authenticating requests. An API key is passed in the header as username (wealthxUsername). An API key is passed in the header as password (wealthxPassword). An API key is passed in the header as apikey (wealthxApiKey). By default, every request must be authenticated.

  • wealthxUsername — Wealth-X account username, supplied as a request header.
  • wealthxPassword — Wealth-X account password, supplied as a request header.
  • wealthxApiKey — Wealth-X API key, supplied as a request header.

Paths & Operations 5

Across 5 paths, the API surfaces 5 operations — 5 GET. Each is listed below with its method, path, parameters, and response codes.

Reference 5

Reference / lookup data used to build searches.

GET
/lastdossierid
Get the last (highest) dossier ID
getLastDossierId 1 param → 200401
GET
/countries
List countries
listCountries → 200401
GET
/countries/{countryId}/states
List states for a country
listStates 1 param → 200401
GET
/industrytypes
List industry types
listIndustryTypes → 200401
GET
/positions
List positions
listPositions → 200401

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wealth-x-reference-api-openapi.yml Raw ↑

Other APIs Wealth-X publishes across the network.

Wealth-X Dossiers API
Wealth-X Search API