Skip to main content
GET
/
admin
/
settings
/
{settings_id}
Get details for a setting
curl --request GET \
  --url https://api.helpyousponsor.com/v1/admin/settings/{settings_id} \
  --header 'X-HYS-API-Key: <api-key>'
{
  "settings": {},
  "program_type_allowed": {},
  "donation": {}
}

Authorizations

X-HYS-API-Key
string
header
required

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

Path Parameters

settings_id
integer
required

Response

Settings Edited Successfully

settings
object
program_type_allowed
object
donation
object