Donors List
Campaign-Specific APIs
Donors List
Retrieve a paginated list of donors for a specific CrowdChange campaign, returning 10 donor records per page with name, amount, and donation date.
GET
Donors List
Path parameters
integer
required
Fundraiser ID.
Query parameters
integer
Page number. Default:
1integer
Number of results to return. Default:
10string
Key to sort by. Allowed values:
id, amount Default: idstring
Direction of sorting. Allowed values:
asc, desc Default: descinteger
Minimum total donation amount to include. Default:
0boolean
Include only received transactions. Default:
falseResponse
Returns an array of objects with the following fields.number
Donation total.
string
Formatted donation total, includes currency symbol.
number
Matched amount for campaigns with donation matching enabled.
number
Donation total including the matched amount.
string
Donor’s name or alias.
string
Donor’s comment.
True if the donor chose to hide their donation amount.
string
Currency code.
string
Date and time of the donation.