Retrieves statistics related to sponsorships for a given client.
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.
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
}
]
}