Get Campaigns
Get Campaigns
Returns campaigns for a nonprofit based on the provided filters.
GET
Get Campaigns
Authorizations
Client ID for API authentication
API Key for API authentication
Query Parameters
The number of campaigns to return.
Required range:
1 <= x <= 100The page number of the campaigns to return.
Required range:
x >= 1Whether to include campaigns that have been archived.
The field to sort the campaigns by.
Available options:
endDate, name, startDate, displayOrder, totalContributionCount, totalContributionValue, uniqueDonorCount Example:
"startDate"
The direction to sort the campaigns by.
Available options:
ASC, DESC Example:
"DESC"
Whether to return subcampaigns or campaigns. If true, returns subcampaigns, otherwise returns campaigns
Available options:
true, false Example:
false
The id of the parent campaign to return subcampaigns for.
Whether to exclude campaigns that have ended.
Search by campaign name.
Example:
"Summer Camp"
Last modified on July 14, 2026