Sign in

Search constituents by text (alternate form)

documented

Search constituents by a text query.

GET /constituent/v1/constituents/search?search_text={text}Constituentsno 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}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Bb-Api-Subscription-Key: {{BLACKBAUD_API_KEY}}"