Sign in

Search constituents

documented

Search constituents by text.

GET /constituent/v1/constituents/searchConstituentsno implementation yet0 runs
No 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/search?search_text={{$search_text}}&strict_search={{$strict_search}}&limit={{$limit}}&offset={{$offset}}&include_inactive={{$include_inactive}}&include_deceased={{$include_deceased}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "bb-api-subscription-key: {{BLACKBAUD_API_KEY}}" \
  -H "Accept: application/json"
Search constituents · Blackbaud · OpenIntegrations