GET
/
program
/
{id}
/
settings
curl --request GET \
  --url https://api.helpyousponsor.com/v1/program/{id}/settings \
  --header 'Authorization: Bearer <token>'
{
  "program": {},
  "parent": {},
  "parent_settings": {},
  "hysforms": [
    {}
  ],
  "entity_submit": [
    "<string>"
  ],
  "donor_submit": [
    "<string>"
  ],
  "settings": [
    {}
  ],
  "emailsets": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required

The id of the program

Response

200
application/json
Successful operation
program
object
parent
object
parent_settings
object
hysforms
object[]
entity_submit
string[]
donor_submit
string[]
settings
object[]
emailsets
object[]