GET/spaces/api/v1/notifications/unreadcount

Returns a number of unread notifications.

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 OK
  • Code
    500
    Type
    object
    Schema
    Description
    500 Internal Server Error

Examples

200 OK

UnreadNotifications
{
  "notification": {
    "unread": 0
  }
}