GET
/
admin
/
forms
/
{hysform_id}
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": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

hysform_id
integer
required

ID of the form to edit

Response

200
application/json
form details
hysform
object
notify
object
type_name
string
Example:

"donor"

lists
object[]
mailchimp_list_name
string
Example:

"mailchimp_list_1"

emailsettings
object