Returns donors for the nonprofit based on the provided filters.
Client ID for API authentication
The number of donors to return
1 <= x <= 100The maximum updated date of the donors to return.
"2025-02-01"
The minimum updated date of the donors to return.
"2025-01-01"
The page number of the donors to return
x >= 1The field to sort the donors by.
createdAt, updatedAt, firstName, lastName, email, phone, id, totalContributionsCount "createdAt"
The direction to sort the donors by.
ASC, DESC "DESC"