Use this API to get all donation forms within a donation website.
{ "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." } ] } ] }
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 |