Sign in

List constituent addresses

documented

List addresses for a specific constituent.

GET /constituent/v1/constituents/{constituent_id}/addressesConstituentsno 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/{{$constituent_id}}/addresses?include_inactive={{$include_inactive}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
List constituent addresses · Blackbaud · OpenIntegrations