curl --request GET \
--url https://api.helpyousponsor.com/v1/admin/forms/{hysform_id}/manage \
--header 'Authorization: Bearer <token>'
{
"fields": [
{}
],
"hysform": {},
"type_name": "<string>",
"gateway": "<string>",
"mailchimp_list_name": "<string>"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The id of the form
Successfully managed form
The response is of type object
.
curl --request GET \
--url https://api.helpyousponsor.com/v1/admin/forms/{hysform_id}/manage \
--header 'Authorization: Bearer <token>'
{
"fields": [
{}
],
"hysform": {},
"type_name": "<string>",
"gateway": "<string>",
"mailchimp_list_name": "<string>"
}