Count of new notifications grouped

The GET /api/notifications/new endpoint is used to retrieve a summary of new notifications for the currently authenticated user in the Netevia banking application. This endpoint is designed to provide users with an overview of the volume and types of new notifications without needing to retrieve each individual notification's details.

This endpoint provides a high-level summary of new notifications for the authenticated user, grouped by notification type. It helps users quickly understand what kinds of updates require their attention, including transactions, messages, or system alerts.

Functionality:

  • New Notifications Summary:
    • Retrieves a count of new notifications grouped by their type (e.g., transaction, message, alert).
  • Efficient Overview:
    • Instead of fetching detailed notification content, this endpoint gives a quick glance at how many new notifications exist in each category.

Key Features:

  • Quick Summary: Users can quickly see how many new notifications are waiting for their attention, categorized by type.
  • Grouped by Type:
    • Transaction Notifications: Indicates how many new alerts are related to account transactions.
    • Messages: Provides a count of new messages, such as communications from support or system notices.
    • Alerts: Shows new alerts, including security-related or system maintenance notifications.
Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!