GET
/
admin
/
donors
/
{hysform_id}
/
headers
/
{trashed}
curl --request GET \
  --url https://api.helpyousponsor.com/v1/admin/donors/{hysform_id}/headers/{trashed} \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {}
  ]
}

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 donor form

trashed
boolean
required

Flag to include trashed donors

Response

200
application/json
Successful operation
data
object[]