> ## Documentation Index
> Fetch the complete documentation index at: https://docs-sms.mifumolabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Mark All as Read

Mark all notifications as read.

## Success Response (200)

<ResponseField name="success" type="boolean">
  Operation success status
</ResponseField>

<ResponseField name="message" type="string">
  Success message
</ResponseField>

<ResponseField name="marked" type="integer">
  Number of notifications marked as read
</ResponseField>

<ResponseExample>
  ```json theme={null}
  {
    "success": true,
    "message": "All notifications marked as read",
    "marked": 10
  }
  ```
</ResponseExample>
