curl --request GET \
--url https://api.helpyousponsor.com/v1/admin/form/field/{id}/{type} \
--header 'X-HYS-API-Key: <api-key>'{
"hysform": {},
"type": "<string>",
"type_name": "<string>",
"field_types": {},
"gateway": true
}API key generated from Developer Settings. Format: hys_...
The id of the form
The type of the form field
"entity"
curl --request GET \
--url https://api.helpyousponsor.com/v1/admin/form/field/{id}/{type} \
--header 'X-HYS-API-Key: <api-key>'{
"hysform": {},
"type": "<string>",
"type_name": "<string>",
"field_types": {},
"gateway": true
}