Skip to main content
PUT
Merge Donors
Pass the sourceDonorId to merge from and the targetDonorId to keep; the source donor’s history moves to the target.
Use it to clean up duplicate donors created by separate page submissions.

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 July 28, 2026