Skip to main content
GET
/
admin
/
donors
/
donations
Get all donations by donors
curl --request GET \
  --url https://api.helpyousponsor.com/v1/admin/donors/donations \
  --header 'X-HYS-API-Key: <api-key>'
{
  "donations": [
    {}
  ]
}

Authorizations

X-HYS-API-Key
string
header
required

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

Response

Successful operation

donations
object[]