Look up any person's connections
Given any person ID, compute their strongest connections across the entire WealthAtlas database. Results are ranked by connection strength (strongest first). This does not require the person to be in a network — connections are computed at query time. This endpoint can take up to 20 seconds depending on how many affiliations the person has.
**Cost: 1 credit.**
Authentication
x-api-keystring
Your WealthAtlas API key. Contact support@wealthatlas.com to get started.
Request
This endpoint expects an object.
person_id
WealthAtlas person ID to look up connections for
limit
Maximum number of connections to return
min_strength
Minimum connection strength threshold. Unlike network-based endpoints, lookup computes connections at query time, so the full 0.0–1.0 range is available
Response
Successful Response
connections
total_found
Total connections found above min_strength (before limit)
person
The queried person's profile
Errors
402
Payment Required Error
422
Unprocessable Entity Error

