Skip to content

Get unread notification count

GET
/notifications/unread-count
curl --request GET \
--url http://localhost:8000/api/v1/notifications/unread-count \
--header 'Authorization: Bearer <token>'

Successful operation

Media type application/json
object
count
integer
Example generated
{
"count": 1
}