> For the complete documentation index, see [llms.txt](https://dev.guardian.hedera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.guardian.hedera.com/developer-tools-and-resources/api-reference/apis-related-to-notification.md).

# Notification APIs

Endpoints for retrieving, reading, and deleting Guardian notifications for the authenticated user.

**Authentication:** Bearer token required (`Authorization: Bearer <token>`)

***

| Method   | Endpoint                                        | Description                                                  | Auth Required |
| -------- | ----------------------------------------------- | ------------------------------------------------------------ | ------------- |
| `GET`    | `/api/v1/notifications`                         | Returns paginated notifications for the current user         | Yes           |
| `GET`    | `/api/v1/notifications/new`                     | Returns all unread notifications for the current user        | Yes           |
| `GET`    | `/api/v1/notifications/progresses`              | Returns active long-running operation progress notifications | Yes           |
| `POST`   | `/api/v1/notifications/read/all`                | Marks all notifications as read                              | Yes           |
| `DELETE` | `/api/v1/notifications/delete/{notificationId}` | Deletes all notifications up to the specified notification   | Yes           |

## Endpoints

* [Get All Notifications](/developer-tools-and-resources/api-reference/apis-related-to-notification/get-all-notifications.md)
* [Get New Notifications](/developer-tools-and-resources/api-reference/apis-related-to-notification/get-new-notifications.md)
* [Get Progresses](/developer-tools-and-resources/api-reference/apis-related-to-notification/get-progresses.md)
* [Read All Notifications](/developer-tools-and-resources/api-reference/apis-related-to-notification/read-all-notifications.md)
* [Delete Notifications](/developer-tools-and-resources/api-reference/apis-related-to-notification/delete-notifications.md)
