Create Donor Profile
Donors
Create Donor Profile
Creates a new Donor Profile.
POST
Create Donor Profile
Documentation Index
Fetch the complete documentation index at: https://docs.overflow.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Client ID for API authentication
API Key for API authentication
Body
application/json
Parameters to create a new Donor Profile
The first name of the donor
Example:
"John"
The last name of the donor
Example:
"Doe"
The email address of the donor
Example:
"john.doe@example.com"
The mailing address of the donor
Example:
{
"city": "Anytown",
"line1": "123 Main St",
"line2": "Apt 1",
"state": "CA",
"zip": "12345"
}
The phone number of the donor
Example:
"+1234567890"
Response
201 - application/json
The id of the new donor profile