Introducing the Consent API for Raiser's Edge NXT

The Consent API is now available as a public preview for Blackbaud Raiser's Edge NXT. To help you view and manage constituent consent, we’ve added the following endpoints:

OperationId Route AddChannelCategory POST /configuration/channels CreateConsentsSingleConstituent POST /constituents/{constituent id}/consents CreateConsentsMultipleConstituents POST /constituents/consents DeleteChannelCategoryConfiguration DELETE /configuration/channels/{channel}/categories/{category} DeleteConstituentConsent DELETE /constituents/consents/{consent_id} EditConsentChannel PATCH /channels/{channel} EditConsentDefaults PATCH /configuration/defaults EditConstituentConsent PATCH /constituents/consents/{consent_id} GetConsentChannelConfiguration GET /configuration/channels[?channels] GetConsentDefaults GET /configuration/defaults GetConstitentConsents GET /constituents/{constituent id}/consents

For more information, review the endpoint reference.

Comments