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

Authorizations

X-HYS-API-Key
string
header
required

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

Response

Successful operation

data
object[]
filter
boolean
Example:

false

all
boolean
Example:

true

length
integer

The total number of donors

Example:

10