Skip to main content
GET
/
admin
/
email_manager
/
admins
Get all admins
curl --request GET \
  --url https://api.helpyousponsor.com/v1/admin/email_manager/admins \
  --header 'X-HYS-API-Key: <api-key>'
{
  "admins": [
    {
      "id": 123,
      "name": "<string>",
      "email": "<string>"
    }
  ]
}

Authorizations

X-HYS-API-Key
string
header
required

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

Response

Successful operation

admins
object[]

The list of admins