List constituents
documentedRetrieve a paginated list of constituents.
GET /constituent/v1/constituentsConstituentsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.sky.blackbaud.com/constituent/v1/constituents?limit={{$limit}}&include_inactive={{$include_inactive}}&include_deceased={{$include_deceased}}&sort={{$sort}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"