---
search:
  tags:
    - account
    - POST
seo:
  description: >-
    Marks a specific notification as read for the current user. Reference for
    the POST /account/notifications/{id}/read endpoint in the Leadtime Public
    API API.
sidebar:
  badge: POST
  label: Mark notification as read
title: Mark notification as read
type: openapi-operation
---
Marks a specific notification as read for the current user.

**What happens:**
- The notification's `isRead` status is set to `true`
- The notification will no longer appear in unread-only queries
- The read status persists across sessions

**Note:** You can only mark your own notifications as read.

<Operation source="api-reference" id="accountcontroller-marknotificationasread" />
