curl --request GET \
--url https://api.helpyousponsor.com/v1/admin/form/field/{id}/{type} \
--header 'Authorization: Bearer <token>'
{
"hysform": {},
"type": "<string>",
"type_name": "<string>",
"field_types": {},
"gateway": true
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The id of the form
The type of the form field
"entity"
Successful operation
The response is of type object
.
curl --request GET \
--url https://api.helpyousponsor.com/v1/admin/form/field/{id}/{type} \
--header 'Authorization: Bearer <token>'
{
"hysform": {},
"type": "<string>",
"type_name": "<string>",
"field_types": {},
"gateway": true
}