Authentication
How to authenticate with the Partners API
All Partners API endpoints require an API key passed in the x-api-key header.
API keys are provisioned by the DonorAtlas team. Contact support@donoratlas.com or reach out to your account manager to get one.
Each API key is scoped to a single team and has access to that team’s data, lists, networks, and credit balance.
Include the x-api-key header in every request:
Use the GET /test endpoint to verify your API key is valid. It returns 200 OK if the key is recognized and linked to an active team.
The Partners API enforces the following rate limits:
If you exceed these limits, the API returns 429 Too Many Requests. Implement exponential backoff in your client.