Skip to main content
GET
/
admin
/
template
Retrieve Template
curl --request GET \
  --url https://api.helpyousponsor.com/v1/admin/template \
  --header 'X-HYS-API-Key: <api-key>'
{
  "template": {},
  "pics": [
    {}
  ]
}

Authorizations

X-HYS-API-Key
string
header
required

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

Response

200 - application/json

Template data fetched successfully

template
object
pics
object[]