Notifications Application

This section describes the API endpoints for managing notifications.

Base URL: /

Authentication:

Most API calls require authorization with a valid access token. You can obtain an access token by logging in with a username and password (refer to Accounts section).

Get Inbox Notifications

{ "notifications": [ # List of notifications of the current user. ] }

Get Notification Badge Count

{ "total_count": integer }

Mark All Notifications as Read

{ "message": "All notifications have been marked as read." }