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_id
DonorAtlas donor 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)
donor
The queried donor's profile
Errors
402
Payment Required Error
422
Unprocessable Entity Error