GET
/
admin
/
program
/
{program_id}
/
statistics
curl --request GET \
  --url https://api.helpyousponsor.com/v1/admin/program/{program_id}/statistics \
  --header 'Authorization: Bearer <token>'
{
  "All": 123,
  "Available": 123,
  "Sponsored": 123,
  "Unsponsored": 123,
  "Archived": 123
}

Authorizations

Authorization
string
header
required

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

Path Parameters

program_id
string
required

Program ID for which to fetch statistics

Response

200 - application/json
Statistics retrieved successfully
All
integer
Available
integer
Sponsored
integer
Unsponsored
integer
Archived
integer