Skip to main content
GET
/
admin
/
progress_report
List programs and forms
curl --request GET \
  --url https://api.helpyousponsor.com/v1/admin/progress_report \
  --header 'X-HYS-API-Key: <api-key>'
{
  "hysforms": [
    {}
  ],
  "programs": [
    {}
  ],
  "organization": {}
}

Authorizations

X-HYS-API-Key
string
header
required

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

Response

Successful operation

hysforms
object[]
programs
object[]
organization
object