GET
/
admin
/
email_manager
/
admins
curl --request GET \
  --url https://api.helpyousponsor.com/v1/admin/email_manager/admins \
  --header 'Authorization: Bearer <token>'
{
  "admins": [
    {
      "id": 123,
      "name": "<string>",
      "email": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json
Successful operation
admins
object[]

The list of admins