Changelog
For full details on what's changed, view the Github repository for this documentation.
2026-06-16
- Renamed nonprofit search page URL from
/nonprofit-searchto/nonprofits - Expanded nonprofit endpoint docs: document all three identifier types (slug, EIN, UUID) with examples; call out EIN format (9 digits, no dashes, no
ein:prefix) - Fix browse endpoint curl example (was incorrectly pointing to
/search) - Add multi-nonprofit fundraiser documentation to the fundraisers endpoint
2024-01-02
- Add pagination information to the response for the /browse endpoint
2023-12-12
- Add the
giftoption to supported values for the donate linkmethodparam.
2023-06-06
- Updated cause list with latest causes.
2023-05-22
- Add support for the
fundraiserIdfield in the disbursements batch file
2023-03-22
- Add the
designationparameter to the donate link documentation
2023-02-21
- Initialize changelog
- Create Authentication page with details on private-key authentication
- Create Fundraiser page with
GETandPOSTendpoints