Look up any donor's connections

Given any donor ID, compute their strongest connections across the entire DonorAtlas database. Results are ranked by connection strength (strongest first). This does not require the donor 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 donor has. **Cost: 1 credit.**

Authentication

x-api-keystring
Your DonorAtlas API key. Contact support@donoratlas.com to get started.

Request

This endpoint expects an object.
donor_idstringRequired>=1 character
DonorAtlas donor ID to look up connections for
limitintegerOptional1-100Defaults to 20
Maximum number of connections to return
min_strengthdoubleOptional0-1Defaults to 0.45

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
connectionslist of objects
total_foundinteger

Total connections found above min_strength (before limit)

donorobject or null
The queried donor's profile

Errors

402
Payment Required Error
422
Unprocessable Entity Error