Skip to main content
GET
/
cabinet
/
admin
/
ban-system
/
punishments
Get Punishments
curl --request GET \
  --url http://localhost:8080/cabinet/admin/ban-system/punishments
{
  "punishments": [],
  "total": 0
}

Response

200 - application/json

Successful Response

List of active punishments.

punishments
BanPunishmentItem · object[]
total
integer
default:0