User Notifications (notifications/v1)

Get notification summary

Early Access Request Access To User Notifications API v1

Returns the authenticated user's total unread notification count along with a breakdown by severity.

get/notifications/v1/user-notifications:summary

Response

Notification summary.

api_version'notifications/v1' required

APIVersion defines the schema version of this representation of a resource.

kind'Summary' required

Kind defines the object this REST resource represents.

unread_countinteger required

Total number of unread notifications.

Example response

{
  "unread_count": 14,
  "severities": [
    {
      "severity": "CRITICAL",
      "count": 2
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.