Skip to main content
GET
/
admin
/
donors
/
{hysform_id}
/
fields
/
{type}
Get field options for donors
curl --request GET \
  --url https://api.helpyousponsor.com/v1/admin/donors/{hysform_id}/fields/{type} \
  --header 'X-HYS-API-Key: <api-key>'
{
  "data": {}
}

Authorizations

X-HYS-API-Key
string
header
required

API key generated from Developer Settings. Format: hys_...

Path Parameters

hysform_id
integer
required

The id of the form

type
string
required

The type of the form

Response

Successful operation

data
object