Skip to main content
GET
/
admin
/
auto_emails
/
emailset
/
{emailset_id}
Get details of an emailset
curl --request GET \
  --url https://api.helpyousponsor.com/v1/admin/auto_emails/emailset/{emailset_id} \
  --header 'X-HYS-API-Key: <api-key>'
{
  "emailset": "<unknown>"
}

Authorizations

X-HYS-API-Key
string
header
required

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

Path Parameters

emailset_id
integer
required

The id of the email set

Response

Successful operation

emailset
any