v1

latestOpenAPI 3.0.3Proprietary2026-07-1713346131.7 KB
Notifications

Get unread notification count

Returns a combined unread count of notifications and pending invitations.

get/notifications/unread-count

Response

Unread count retrieved successfully

doneboolean required

Indicates if the operation was successful

bodyinteger nullable required

Response data (type varies by endpoint, null if no data)

titlestring nullable

Optional response title

messagestring nullable

Optional message (error message or success notification)

Example response

{
  "done": true,
  "body": 7,
  "message": "Operation completed successfully"
}