Skip to main content
PATCH
Update Donor

Authorizations

x-client-id
string
header
required

Client ID for API authentication

x-api-key
string
header
required

API Key for API authentication

Path Parameters

donorId
string
required

The ID of the donor to update.

Example:

"2ea1ae03ca521e437db76d76"

Body

application/json

Parameters to update a Donor Profile

email
string<email>

The email address of the donor

Example:

"john.doe@example.com"

firstName
string

The first name of the donor

Example:

"John"

lastName
string

The last name of the donor

Example:

"Doe"

phone
string

The phone number of the donor

Example:

"+1234567890"

Response

Successfully updated Donor Profile

Last modified on July 14, 2026