curl --request GET \ --url https://api.replyke.com/api/v6/:projectId/api/v7/app-notifications/count
App Notification Endpoints
Count Unread Notifications
Get the number of unread app notifications for the authenticated user
GET
/
:projectId
/
api
/
v7
/
app-notifications
/
count
Count Unread Notifications
curl --request GET \ --url https://api.replyke.com/api/v6/:projectId/api/v7/app-notifications/count
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.
This endpoint requires an authenticated user. Include a valid Authorization: Bearer <accessToken> header.