> ## 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 Notification as Read

Mark a specific notification as read.

<ParamField path="notification_id" type="string" required>
  Notification ID
</ParamField>

## Success Response (200)

<ResponseExample>
  ```json theme={null}
  {
    "success": true,
    "message": "Notification marked as read",
    "notification": {
      "id": "550e8400-e29b-41d4-a716-446655440000",
      "is_read": true
    }
  }
  ```
</ResponseExample>
