GET
/
admin
/
sponsorships
/
statistics
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
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json
Sponsorship statistics fetched successfully
sponsorship_statistics
object[]