GET
/
admin
/
sponsorships
/
{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>"
}

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 to fetch sponsorships for

Response

200 - application/json
Sponsorships fetched successfully
data
object[]
length
integer
filter
string
program_id
string