donorperfect-api
Installation
SKILL.md
DonorPerfect Online XML API
Reference for integrating with the DonorPerfect Online (DP) XML API (SofterWare, Inc.) — User Manual v7.1, corresponding to DonorPerfect Online 2024.02.16. The DP API is an HTTPS-only XML-returning API exposing both predefined stored-procedure-like calls and ad-hoc SQL SELECT queries against the underlying MS SQL Server 2019 database.
Base URL
https://www.donorperfect.net/prod/xmlrequest.asp
All requests are HTTPS GET. There is one endpoint — operations are dispatched via the action query parameter.
Authentication
Single API key per DP user account, provided by DonorPerfect Support / API Help Desk (api@softerware.com).
?apikey=<your-api-key>