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

**What happens:**
- All unread notifications for the current user are marked as read
- Returns the count of notifications that were marked as read
- Useful for bulk "mark all as read" functionality

**Response includes:**
- `success`: Boolean indicating operation success
- `count`: Number of notifications marked as read

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