Donation campaigns
Get the donation campaigns for an account holder
Returns a paginated list of donation campaigns associated with the account holder specified in the path. You can filter the list by campaign status.
To make this request, your API credential must have one of the following roles:
- Management API—Campaign Management read
- Management API—Campaign Management read and write
get/companies/{companyId}/campaignManagement/accountHolders/{accountHolderId}
Path parameters
companyIdstring required
The unique identifier of the company account.
accountHolderIdstring required
The unique identifier of the account holder.
Query parameters
statusstring
The campaign status to return campaigns that match. Allowed values: inactive, active, or ended.
pageNumberinteger
The number of the page to fetch.
pageSizeinteger
The number of items to have on a page, maximum 100. The default is 10 items on a page.
Response
OK - the request has succeeded.