Skip to main content
GET
/
admin
/
donors
/
{hysform_id}
/
headers
/
{trashed}
Donors table headers
curl --request GET \
  --url https://api.helpyousponsor.com/v1/admin/donors/{hysform_id}/headers/{trashed} \
  --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 donor form

trashed
boolean
required

Flag to include trashed donors

Response

Successful operation

data
object[]