curl --request GET \
--url https://api.helpyousponsor.com/v1/admin/donors/{hysform_id}/headers/{trashed} \
--header 'Authorization: Bearer <token>'
{
"data": [
{}
]
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The id of the donor form
Flag to include trashed donors
Successful operation
The response is of type object
.
curl --request GET \
--url https://api.helpyousponsor.com/v1/admin/donors/{hysform_id}/headers/{trashed} \
--header 'Authorization: Bearer <token>'
{
"data": [
{}
]
}