Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Program ID to fetch sponsorships for
Shows all sponsorships for a given program ID,
curl --request GET \
--url https://api.helpyousponsor.com/v1/admin/sponsorships/{program_id} \
--header 'Authorization: Bearer <token>'
{
"data": [
{}
],
"length": 123,
"filter": "<string>",
"program_id": "<string>"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Program ID to fetch sponsorships for
curl --request GET \
--url https://api.helpyousponsor.com/v1/admin/sponsorships/{program_id} \
--header 'Authorization: Bearer <token>'
{
"data": [
{}
],
"length": 123,
"filter": "<string>",
"program_id": "<string>"
}