ISPolitical supports requests of summary contribution information via a rest API using basic access authentication.
Your username will be a pipe delimited concatenation of the client account name & your integration login name. For example, the Civil War Online Donation System, would use Washington|CWODS to submit data to the Washington account. Your same login can be used for any client accounts that have granted you access. Your password will be provided by ISPolitical staff.
If you have not integrated with ISPolitical before, you will need to contact support@ispolitical.com to get an integration account setup. If you have integrated with ISPolitical before, contact support@ispolitical.com to request access to summary contribution information.
A sample request submission follows. If you have questions, please contact ISPolitical staff.
Submit to the API at https://app.ispolitical.com/api/ContributionReports
Submit the following:
{
FromDate: "2025-01-01"
,ToDate: "2025-12-31"
,IncludeMonetaryContributions: true
,IncludeInkindContributions: true
,SummarizeBy: "Day"
}
Each parameter is required.
SummaryBy supports the following values: “Day”, “Week”, “Month”, “Year”, “All”