curl --request POST \
--url https://api.helpyousponsor.com/v1/admin/program/form/sponsorship \
--header 'Content-Type: application/json' \
--header 'X-HYS-API-Key: <api-key>' \
--data '
{
"id": "1",
"sponsorship_form": "1",
"client_id": "1"
}
'{
"message": "Successfully Added Sponsorship To Program"
}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_...
Data needed to add a sponsorship to a program
Successfully added sponsorship to program
"Successfully Added Sponsorship To Program"
curl --request POST \
--url https://api.helpyousponsor.com/v1/admin/program/form/sponsorship \
--header 'Content-Type: application/json' \
--header 'X-HYS-API-Key: <api-key>' \
--data '
{
"id": "1",
"sponsorship_form": "1",
"client_id": "1"
}
'{
"message": "Successfully Added Sponsorship To Program"
}