Sign in

Get constituent consents

documented

List consents for a constituent.

GET /constituents/{constituent_id}/consentsConsent APIno 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/consent/constituents/{{$constituent_id}}/consents" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Bb-Api-Subscription-Key: {{BLACKBAUD_SUBSCRIPTION_KEY}}" \
  -H "Accept: application/json"
Get constituent consents · Blackbaud · OpenIntegrations