Retrieves statistics related to sponsorships for a given client.
curl --request GET \
--url https://api.helpyousponsor.com/v1/admin/sponsorships/statistics \
--header 'Authorization: Bearer <token>'{
"sponsorship_statistics": [
{
"program": {},
"all_recipients": 123,
"sponsored_recipients": 123
}
]
}curl --request GET \
--url https://api.helpyousponsor.com/v1/admin/sponsorships/statistics \
--header 'Authorization: Bearer <token>'{
"sponsorship_statistics": [
{
"program": {},
"all_recipients": 123,
"sponsored_recipients": 123
}
]
}