curl --request POST \
--url https://api.helpyousponsor.com/v1/admin/donors/activate \
--header 'Content-Type: application/json' \
--header 'X-HYS-API-Key: <api-key>' \
--data '
{
"donor_ids": "[1,2,3]",
"hysform_id": 1,
"client_id": "1",
"with_commitments": 1
}
'{
"message": "Successfully Restored"
}API key generated from Developer Settings. Format: hys_...
Successful operation
"Successfully Restored"
curl --request POST \
--url https://api.helpyousponsor.com/v1/admin/donors/activate \
--header 'Content-Type: application/json' \
--header 'X-HYS-API-Key: <api-key>' \
--data '
{
"donor_ids": "[1,2,3]",
"hysform_id": 1,
"client_id": "1",
"with_commitments": 1
}
'{
"message": "Successfully Restored"
}