Get Campaign Fundraisers

Use this API to get a list of campaign fundraisers for a donation website.

Response Format

	{
		"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"
			}
		]
	}
	

URL

https://www.givesignup.org/rest/v2/donation-websites/get-campaign-fundraisers.json

HTTP Method

GET

Parameters

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

If you continue to use this site, you consent to use all cookies. We use cookies to offer you a better browsing experience. Read how we use cookies and how you can control them by visiting our Privacy Policy.

If you continue to use this site, you consent to use all cookies.