Form Details
curl --request GET \
--url https://api.helpyousponsor.com/v1/admin/forms/{hysform_id} \
--header 'Authorization: Bearer <token>'
{
"hysform": {},
"notify": {},
"type_name": "donor",
"lists": [
{}
],
"mailchimp_list_name": "mailchimp_list_1",
"emailsettings": {}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
ID of the form to edit
form details
The response is of type object
.
curl --request GET \
--url https://api.helpyousponsor.com/v1/admin/forms/{hysform_id} \
--header 'Authorization: Bearer <token>'
{
"hysform": {},
"notify": {},
"type_name": "donor",
"lists": [
{}
],
"mailchimp_list_name": "mailchimp_list_1",
"emailsettings": {}
}