POST
/
admin
/
donor
/
{hysform_id}
curl --request POST \
  --url https://api.helpyousponsor.com/v1/admin/donor/{hysform_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "client_id": "<string>",
  "dn_donor_name": "donor name",
  "username": "<string>",
  "email": "<string>",
  "notify_donor": 337,
  "hysform_id": 1
}'
{
  "message": "<string>",
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

hysform_id
integer
required

The id of the donor form

Body

application/json
Donor data
client_id
string
dn_donor_name
string
Example:

"donor name"

username
string
email
string
notify_donor
integer

Email template ID

Example:

337

hysform_id
integer
Example:

1

Response

200
application/json
Successful operation
message
string
status
string