curl --request GET \
--url https://api.helpyousponsor.com/v1/admin/donor/{hysform_id} \
--header 'Authorization: Bearer <token>'
{
"fields": [
{}
],
"hysform": {},
"hysform_id": 123,
"counts": {},
"emailsets": {}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The id of the hysform
Successful operation
The response is of type object
.
curl --request GET \
--url https://api.helpyousponsor.com/v1/admin/donor/{hysform_id} \
--header 'Authorization: Bearer <token>'
{
"fields": [
{}
],
"hysform": {},
"hysform_id": 123,
"counts": {},
"emailsets": {}
}