Skip to main content
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

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.

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.

Response

Returns HTTP 200 with a plain integer (not a JSON object):
7

Error Responses

{
  "error": "Unauthorized",
  "code": "auth/unauthorized"
}

See Also