Get Donors
Donors
Get Donors
Returns donors for the nonprofit based on the provided filters.
GET
Get Donors
Documentation Index
Fetch the complete documentation index at: https://docs.overflow.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Client ID for API authentication
API Key for API authentication
Query Parameters
The number of donors to return
Required range:
1 <= x <= 100Filter donors by location IDs
Example:
["6710f34fd5061afeec3eab57"]
The maximum updated date of the donors to return.
Example:
"2025-02-01"
The minimum updated date of the donors to return.
Example:
"2025-01-01"
The page number of the donors to return
Required range:
x >= 1The field to sort the donors by.
Available options:
createdAt, updatedAt, firstName, lastName, email, phone, id, totalContributionsCount Example:
"createdAt"
The direction to sort the donors by.
Available options:
ASC, DESC Example:
"DESC"