Skip to main content
GET
/
notifications
/
unread-count
Notificaciones sin leer
curl --request GET \
  --url https://api.example.com/notifications/unread-count
{
  "count": 5
}
Requiere autenticación con Bearer token.

Respuesta

count
number
Cantidad de notificaciones sin leer.
{
  "count": 5
}