Count Unread Notifications
App Notification Endpoints
Count Unread Notifications
Get the number of unread app notifications for the authenticated user
GET
Count Unread Notifications
Returns a single integer representing the total number of unread app notifications for the currently authenticated user. Use this to populate notification badge counts in your UI.Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
This endpoint requires an authenticated user. Include a valid
Authorization: Bearer <accessToken> header.Response
Returns HTTP200 with a plain integer (not a JSON object):
Error Responses
Unauthorized — 401
Unauthorized — 401
See Also
useAppNotificationshook — exposesunreadCountdirectly- Fetch Notifications

