Skip to main content
GET
/
admin
/
sponsorships
/
statistics
Get Sponsorship Statistics
curl --request GET \
  --url https://api.helpyousponsor.com/v1/admin/sponsorships/statistics \
  --header 'X-HYS-API-Key: <api-key>'
{
  "sponsorship_statistics": [
    {
      "program": {},
      "all_recipients": 123,
      "sponsored_recipients": 123
    }
  ]
}

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_...

Response

Sponsorship statistics fetched successfully

sponsorship_statistics
object[]