Skip to main content
POST
Add a donor form to a program

Authorizations

X-HYS-API-Key
string
header
required

API key generated from Developer Settings. Format: hys_...

Body

application/json

Data needed to add a donor to a program

id
integer

The ID of the program.

Example:

"1"

donor_form
integer
Example:

"1"

client_id
string

The ID of the donor form.

Example:

"1"

Response

Successfully added donor to program

message
string
Example:

"Successfully Added Donor To Program"