curl --request POST \
--url https://api.helpyousponsor.com/v1/admin/program/form \
--header 'Content-Type: application/json' \
--header 'X-HYS-API-Key: <api-key>' \
--data '
{
"id": 123,
"submit_form_type": "<string>",
"submit_form": 123,
"client_id": "<string>"
}
'{
"message": "Successfully Added Submit Form To Program"
}API key generated from Developer Settings. Format: hys_...
Data needed to add a submit form to a program
Successfully added submit form to program
"Successfully Added Submit Form To Program"
curl --request POST \
--url https://api.helpyousponsor.com/v1/admin/program/form \
--header 'Content-Type: application/json' \
--header 'X-HYS-API-Key: <api-key>' \
--data '
{
"id": 123,
"submit_form_type": "<string>",
"submit_form": 123,
"client_id": "<string>"
}
'{
"message": "Successfully Added Submit Form To Program"
}