> ## Documentation Index
> Fetch the complete documentation index at: https://ona.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Notifications

> NotificationService manages in-app notifications for users.

NotificationService manages in-app notifications for users.

## Methods

<Card title="Delete Notifications" href="/docs/api-reference/generated/notification/delete-notifications">
  Deletes notifications.
</Card>

<Card title="Get Notification" href="/docs/api-reference/generated/notification/get-notification">
  Returns a single notification by ID.
</Card>

<Card title="List Notifications" href="/docs/api-reference/generated/notification/list-notifications">
  Lists notifications for the authenticated user.
</Card>

<Card title="Mark Notifications Read" href="/docs/api-reference/generated/notification/mark-notifications-read">
  Marks notifications as read.
</Card>

<Card title="Mark Notifications Unread" href="/docs/api-reference/generated/notification/mark-notifications-unread">
  Marks notifications as unread.
</Card>
