Skip to main content
GET
/
cabinet
/
admin
/
ban-system
/
health
Get Health
curl --request GET \
  --url https://api.example.com/cabinet/admin/ban-system/health \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "uptime": 123,
  "components": []
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successful Response

Health status response.

status
string
required
uptime
integer | null
components
BanHealthComponent · object[]