Skip to main content
GET
/
programs
Manage programs
curl --request GET \
  --url https://api.helpyousponsor.com/v1/programs \
  --header 'X-HYS-API-Key: <api-key>'
{
  "programs": [
    {}
  ],
  "archived": [
    {}
  ],
  "number_of_programs": 123
}

Authorizations

X-HYS-API-Key
string
header
required

API key generated from Developer Settings. Format: hys_...

Response

Successful operation

programs
object[]
archived
object[]
number_of_programs
integer