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