curl --request POST \
--url https://api.helpyousponsor.com/v1/admin/program/settings \
--header 'Content-Type: application/json' \
--header 'X-HYS-API-Key: <api-key>' \
--data '
{
"clinet_id": "<string>",
"id": 123,
"settings_id": 123
}
'{
"message": "Successfully Added Settings 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 settings to a program
Successfully added settings to program
"Successfully Added Settings To Program"
curl --request POST \
--url https://api.helpyousponsor.com/v1/admin/program/settings \
--header 'Content-Type: application/json' \
--header 'X-HYS-API-Key: <api-key>' \
--data '
{
"clinet_id": "<string>",
"id": 123,
"settings_id": 123
}
'{
"message": "Successfully Added Settings To Program"
}