Skip to main content
GET
/
admin
/
donors
/
{hysform_id}
Get all donors with pagination, search and sort
curl --request GET \
  --url https://api.helpyousponsor.com/v1/admin/donors/{hysform_id} \
  --header 'X-HYS-API-Key: <api-key>'
{
  "data": [
    {}
  ],
  "filter": false,
  "all": false,
  "length": 10
}

Documentation Index

Fetch the complete documentation index at: https://api-docs.helpyousponsor.com/llms.txt

Use this file to discover all available pages before exploring further.

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

Response

Successful operation

data
object[]
filter
boolean
Example:

false

all
boolean
Example:

false

length
integer
Example:

10