Skip to main content
GET
/
admin
/
auto_emails
Manage auto emails
curl --request GET \
  --url https://api.helpyousponsor.com/v1/admin/auto_emails \
  --header 'X-HYS-API-Key: <api-key>'
{
  "emailsets": [
    {}
  ],
  "template_errors": [
    {}
  ],
  "t_array": [
    {}
  ]
}

Authorizations

X-HYS-API-Key
string
header
required

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

Response

Successful operation

emailsets
object[]
template_errors
object[]
t_array
object[]