GET
/
program
/
{id}
/
campaign
curl --request GET \
  --url https://api.helpyousponsor.com/v1/program/{id}/campaign \
  --header 'Authorization: Bearer <token>'
{
  "program": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required

ID of the program

Response

200
application/json
Successful operation
program
object[]