curl --request POST \
--url https://api.helpyousponsor.com/v1/admin/donor/view/{report_id}/{hysform_id}/{trashed} \
--header 'Content-Type: application/json' \
--header 'X-HYS-API-Key: <api-key>' \
--data '
{
"client_id": "1"
}
'{
"message": "None trashed got to admin/show_all_donors/hysform_id"
}Documentation Index
Fetch the complete documentation index at: https://api-docs.helpyousponsor.com/llms.txt
Use this file to discover all available pages before exploring further.
API key generated from Developer Settings. Format: hys_...
The id of the report
The id of the form
The trashed status
Client ID
"1"
Successful operation
"None trashed got to admin/show_all_donors/hysform_id"
curl --request POST \
--url https://api.helpyousponsor.com/v1/admin/donor/view/{report_id}/{hysform_id}/{trashed} \
--header 'Content-Type: application/json' \
--header 'X-HYS-API-Key: <api-key>' \
--data '
{
"client_id": "1"
}
'{
"message": "None trashed got to admin/show_all_donors/hysform_id"
}