Skip to main content
GET
/
admin
/
email_manager
/
entities
Get available entities
curl --request GET \
  --url https://api.helpyousponsor.com/v1/admin/email_manager/entities \
  --header 'X-HYS-API-Key: <api-key>'
{
  "entities": [
    {}
  ]
}

Authorizations

X-HYS-API-Key
string
header
required

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

Response

Successful operation

entities
object[]