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

# Mark All Notifications As Read

> Marks every member notification as read for the authenticated member.

Marks every member notification as read for the authenticated member.

## Request inputs

<ParamField header="X-API-Key" type="string" required>
  Your client API key from the dashboard (Settings page).
</ParamField>

## Response fields

<ResponseField name="status" type="string" required>
  Indicates whether the inbox update completed successfully.
</ResponseField>

<ResponseField name="message" type="string" required>
  Confirms that all unread member notifications were marked as read.
</ResponseField>

## Example response

```json theme={null}
{
  "status": "Success",
  "message": "All notifications marked as read"
}
```
