Get Donation Forms

Use this API to get all donation forms within a donation website.

Response Format

	{
		"donation_forms": [
			{
				"donation_form_id": 123,
				"donation_form_name": "Example Donation Form",
				"donation_form_url": "https://www.givesignup.org/g/000000",
				"donations_accepted_start_date_ts": 1624334400,
				"donations_accepted_end_date_ts": 1634788799,
				"enable_donation_dedication": "F",
				"donation_dedication_text": null,
				"donation_levels": [
					{
						"donation_level_text": "Bronze",
						"donation_level_details": null,
						"min_donation_amount_in_cents": 500
					},
					{
						"donation_level_text": "Silver",
						"donation_level_details": null,
						"min_donation_amount_in_cents": 1500
					},
					{
						"donation_level_text": "Gold",
						"donation_level_details": null,
						"min_donation_amount_in_cents": 5000
					}
				],
				"donation_messaging": {
						"donation_description_html": "

Example donation messaging

", "donation_description_text": "Example donation messaging", "donations_closed_html": null, "offline_payment_instructions": null, "absorb_processing_fee_text": null }, "donation_use_designations": [ { "donation_designation_short_text": "Education", "donation_designation_long_text": "Help with education." }, { "donation_designation_short_text": "Housing", "donation_designation_long_text": "Help with housing." } ] } ] }

URL

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

HTTP Method

GET

Parameters

Parameter HTTP Method Default Description Datatype
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.