We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Donorbox allows you add several filters to your donations.
Get all the donations of a specific campaign:
{GET} https://donorbox.org/api/v1/donation?campaign_id=XX
Set up the number of donations that you require per page
{GET} https://donorbox.org/api/v1/donations?per_page=XX
Order your donations ascending or descending
{GET} https://donorbox.org/api/v1/donations?order=asc
{GET} https://donorbox.org/api/v1/donations?order=desc
You can combine any of the filters described before. Ex:
{GET} https://donorbox.org/api/v1/donations?order=asc&per_page=XX&campaign_id=XX