Skip to main content
POST
https://api.virtuoussoftware.com
/
api
/
Webhook
/
RaiseDonors
/
Tenant
/
{tenantId}
Add RaiseDonors tenant Id to webhook headers
curl --request POST \
  --url https://api.virtuoussoftware.com/api/Webhook/RaiseDonors/Tenant/{tenantId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tenantId
integer
required

(Required) The RaiseDonors associated tenant id.

Response

200

OK

Last modified on April 24, 2026