# APIs related to Notification

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](/docs/develop/guardian/notifications/apis-related-to-notification/get-all-notifications.md)
* [Get New Notifications](/docs/develop/guardian/notifications/apis-related-to-notification/get-new-notifications.md)
* [Get Progresses](/docs/develop/guardian/notifications/apis-related-to-notification/get-progresses.md)
* [Read All Notifications](/docs/develop/guardian/notifications/apis-related-to-notification/read-all-notifications.md)
* [Delete Notifications](/docs/develop/guardian/notifications/apis-related-to-notification/delete-notifications.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guardian.hedera.com/docs/develop/guardian/notifications/apis-related-to-notification.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
