GET
/
admin
/
donor
/
{hysform_id}
curl --request GET \
  --url https://api.helpyousponsor.com/v1/admin/donor/{hysform_id} \
  --header 'Authorization: Bearer <token>'
{
  "fields": [
    {}
  ],
  "hysform": {},
  "hysform_id": 123,
  "counts": {},
  "emailsets": {}
}

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

The id of the hysform

Response

200
application/json
Successful operation
fields
object[]
hysform
object
hysform_id
integer
counts
object
emailsets
object