Get the number of unread app notifications for the authenticated user
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.
Authorization: Bearer <accessToken> header.200 with a plain integer (not a JSON object):
Unauthorized — 401
useAppNotifications hook — exposes unreadCount directly