For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
DonorAtlasDashboard
  • Getting Started
    • Welcome
    • Authentication
    • Quickstart
  • Guides
    • Donor Profile Schema
    • Network
    • Credits & Billing
    • Error Handling
  • API Reference
LogoLogo
DonorAtlasDashboard
On this page
  • What you can do
  • How it works
  • Base URL
  • Next steps
Getting Started

Welcome

Programmatic access to DonorAtlas donor intelligence
Was this page helpful?

Authentication

How to authenticate with the Partners API
Next
Built with

The DonorAtlas Partners API lets you integrate donor research directly into your workflows. Enhance contacts, search for donors, discover warm connections through your network, manage lists, and export data — all through a simple REST API.

What you can do

Look up donors

Retrieve full donor profiles by ID — giving history, net worth, board affiliations, education, employment, and more.

Enhance contacts

Submit person records and get back rich donor profiles matched against our database of millions of donors.

Search donors

Find donors using structured filters or plain-English queries like “wealthy donors in New York who give to education”.

Build networks

Add your board members, advisors, and contacts to a network. We’ll find every prospect they’re connected to through shared organizations.

Manage lists

Create, rename, and delete donor lists. Add or remove donors programmatically to organize your pipeline.

Export data

Export donor data to CSV or XLSX with field-level control over what’s included in the file.

How it works

  1. Authenticate with your API key via the x-api-key header
  2. Submit contacts for enhancement — each consumes one credit
  3. Poll for progress until jobs complete
  4. Retrieve results with full donor profiles
  5. Build networks of people you know and discover warm introductions
  6. Search, list, and export as needed

Base URL

All endpoints are served from:

https://api.donoratlas.com/v1/partners

Next steps

Authentication

Get your API key and make your first request.

Quickstart

Walk through a complete enhance-and-retrieve flow.

Donor profile schema

Understand the fields, confidence scores, and data sources in donor profiles.

Network guide

Learn how to build networks and discover warm connections.