Skip to main content
GET
/
program
/
{id}
Get details of a specific program
curl --request GET \
  --url https://api.helpyousponsor.com/v1/program/{id} \
  --header 'X-HYS-API-Key: <api-key>'
{
  "program": [
    {}
  ]
}

Authorizations

X-HYS-API-Key
string
header
required

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

Path Parameters

id
integer
required

ID of the program to return

Response

Successful operation

program
object[]