---
title: "Notification actions (mark read, dismiss)"
method: POST
path: "/api/notifications"
tags: ["Monitoring"]
---

# Notification actions (mark read, dismiss)

`POST /api/notifications`

## Request body

- object
  - `action` 'mark_read' | 'mark_all_read' | 'dismiss', required
  - `id` integer
  - `recipient` string

## Response `200`

Action applied

- object
  - `success` boolean

## Other responses

- `400` — Invalid request
- `401` — Authentication required

## Changes

- **2026-03-02** `39aff788d955` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/builderz-labs/apis/mission-control-api/changes/api/notifications/post.md)

---

[API](https://skmtc.dev/builderz-labs/apis/mission-control-api.md) · [All operations](https://skmtc.dev/builderz-labs/apis/mission-control-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/builderz-labs/mission-control-api/revisions/751f6c65ac77/schema)
