Skip to main content
GET
/
cabinet
/
admin
/
tickets
/
notifications
/
unread-count
Get Admin Unread Count
curl --request GET \
  --url http://localhost:8080/cabinet/admin/tickets/notifications/unread-count
{
  "unread_count": 123
}

Response

200 - application/json

Successful Response

Unread notifications count.

unread_count
integer
required