curl --request POST \
--url https://api.helpyousponsor.com/v1/admin/program/sub_program \
--header 'Content-Type: application/json' \
--header 'X-HYS-API-Key: <api-key>' \
--data '
{
"name": "<string>",
"link_id": 123,
"client_id": "<string>",
"user_id": 123
}
'{
"message": "Successfully created sub 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 to create a sub program
Successfully created sub program
"Successfully created sub program"
curl --request POST \
--url https://api.helpyousponsor.com/v1/admin/program/sub_program \
--header 'Content-Type: application/json' \
--header 'X-HYS-API-Key: <api-key>' \
--data '
{
"name": "<string>",
"link_id": 123,
"client_id": "<string>",
"user_id": 123
}
'{
"message": "Successfully created sub program"
}