---
title: "Notifications"
description: "Notifications endpoints in the OnePageCRM REST API."
canonical_url: https://developer.onepagecrm.com/api/reference/notifications/
source: Markdown mirror of https://developer.onepagecrm.com/api/reference/notifications/
---

The logged user's in-app notifications (excludes email and link notifications).

## Endpoints

- **GET** `/notifications` — [Get a list of notifications that user has](https://developer.onepagecrm.com/api/reference/notifications/get-notifications/) ([md](https://developer.onepagecrm.com/api/reference/notifications/get-notifications.md))
- **GET** `/notifications/{notification_id}` — [Get serialised notification by ID](https://developer.onepagecrm.com/api/reference/notifications/get-notifications-notification_id/) ([md](https://developer.onepagecrm.com/api/reference/notifications/get-notifications-notification_id.md))
- **POST** `/notifications/{notification_id}/mark_as_read` — [Marks given notification as read](https://developer.onepagecrm.com/api/reference/notifications/post-notifications-notification_id-mark_as_read/) ([md](https://developer.onepagecrm.com/api/reference/notifications/post-notifications-notification_id-mark_as_read.md))
- **POST** `/notifications/mark_all_as_read` — [Marks all users' notifications as read](https://developer.onepagecrm.com/api/reference/notifications/post-notifications-mark_all_as_read/) ([md](https://developer.onepagecrm.com/api/reference/notifications/post-notifications-mark_all_as_read.md))
