cURL
curl --request PATCH \ --url https://server.stage.overflow.co/api/v3/donors/{donorId} \ --header 'Content-Type: application/json' \ --header 'x-client-id: <api-key>' \ --data ' { "email": "john.doe@example.com", "firstName": "John", "lastName": "Doe", "phone": "+1234567890" } '
Updates the Donor Profile for the given id
Client ID for API authentication
The ID of the donor to update.
"2ea1ae03ca521e437db76d76"
Parameters to update a Donor Profile
The email address of the donor
"john.doe@example.com"
The first name of the donor
"John"
The last name of the donor
"Doe"
The phone number of the donor
"+1234567890"
Successfully updated Donor Profile
Was this page helpful?
Contact support