For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get new Notifications

Get New Notifications

GET /notifications/new

Returns new notifications.

content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/NotificationDTO'

Last updated