Skip to main content
POST
Create Donor Profile

Authorizations

x-client-id
string
header
required

Client ID for API authentication

x-api-key
string
header
required

API Key for API authentication

Body

application/json

Parameters to create a new Donor Profile

firstName
string
required

The first name of the donor

Example:

"John"

lastName
string
required

The last name of the donor

Example:

"Doe"

email
string<email>

The email address of the donor

Example:

"john.doe@example.com"

mailingAddress
object

The mailing address of the donor

Example:
phone
string

The phone number of the donor

Example:

"+1234567890"

Response

201 - application/json
data
string
required

The id of the new donor profile

Last modified on July 14, 2026