curl --request POST \
--url https://api.helpyousponsor.com/v1/admin/program \
--header 'Content-Type: application/json' \
--header 'X-HYS-API-Key: <api-key>' \
--data '
{
"name": "Child Program",
"client_id": "1",
"prefix": "CP",
"user_id": "1"
}
'{
"message": "<string>"
}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 create a child program
Child program created successfully
curl --request POST \
--url https://api.helpyousponsor.com/v1/admin/program \
--header 'Content-Type: application/json' \
--header 'X-HYS-API-Key: <api-key>' \
--data '
{
"name": "Child Program",
"client_id": "1",
"prefix": "CP",
"user_id": "1"
}
'{
"message": "<string>"
}