Skip to main content
PUT
https://prod-api.raisedonors.com
/
api
/
Donor
/
merge
Merge Donors
curl --request PUT \
  --url https://prod-api.raisedonors.com/api/Donor/merge \
  --header 'Authorization: <api-key>'
{
  "type": "<string>",
  "title": "<string>",
  "status": 123,
  "detail": "<string>",
  "instance": "<string>"
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Query Parameters

sourceDonorId
integer<int64>

The ID of the source donor.

targetDonorId
integer<int64>

The ID of the target donor.

Response

OK

Last modified on June 5, 2026