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

Error Responses

No Authorization header was sent. The body is text/plain, not JSON:
The header was sent but the token failed verification. Refresh the access token and retry. The body is text/plain, not JSON:

See Also