Use this API to get a list of campaign fundraisers for a donation website.
xxxxxxxxxx
{
"donation_campaign_fundraisers": [
{
"fundraiser_id": 123,
"fundraiser_name": "Example Fundraiser",
"fundraiser_url": "https://www.givesignup.org/DonationWebsite/ExampleDonationWebsite/Campaign/ExampleDonationCampaign/F/ExampleFundraiser",
"donation_total_in_cents": 12000,
"donation_goal_in_cents": 20000,
"donation_campaign": {
"donation_campaign_id": 123,
"donation_campaign_name": "Example Donation Campaign",
"campaign_message_text": "This is an example of a donation campaign"
},
"num_donations": 12,
"fundraiser_captain": {
"first_name": "John",
"middle_name": null,
"last_name": "Doe",
"email": "example@example.com",
"address": {
"address1": "300 Mill St.",
"city": "Moorestown",
"state": "NJ",
"zipcode": "08057",
"countrycode": "US",
}
},
"is_team_fundraiser": "F"
}
]
}
Parameter | HTTP Method | Default | Description | Datatype |
---|---|---|---|---|
num |
GET | 50 | Number of results per page. | uint |
page |
GET | 1 | Page. | uint |
donation_website_id Required |
GET | Donation Website ID | uint |
|
rsu_api_key Required |
GET | API key | string |
|
X-RSU-API-SECRET Required |
HTTP Header | API secret | string |