User Notifications (notifications/v1)
Get notification summary
Returns the authenticated user's total unread notification count along with a breakdown by severity.
get/notifications/v1/user-notifications:summary
Response
Notification summary.
Example response
{
"unread_count": 14,
"severities": [
{
"severity": "CRITICAL",
"count": 2
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.