curl --request POST \
--url https://api.helpyousponsor.com/v1/admin/forms \
--header 'Content-Type: application/json' \
--header 'X-HYS-API-Key: <api-key>' \
--data '
{
"name": "Donation Form",
"type": "entity",
"client_id": 1
}
'{
"message": "Successfully Created Form"
}API key generated from Developer Settings. Format: hys_...
Successfully created form
"Successfully Created Form"
curl --request POST \
--url https://api.helpyousponsor.com/v1/admin/forms \
--header 'Content-Type: application/json' \
--header 'X-HYS-API-Key: <api-key>' \
--data '
{
"name": "Donation Form",
"type": "entity",
"client_id": 1
}
'{
"message": "Successfully Created Form"
}