---
title: "Quarantine Notifications"
method: POST
path: "/api/v1/edit/quarantine_notification"
tags: ["Mailboxes"]
---

# Quarantine Notifications

`POST /api/v1/edit/quarantine_notification`

You can update one or more mailboxes per request.

## Request body

- object
  - `attr` object
    - `quarantine_notification` 'hourly' | 'daily' | 'weekly' | 'never' — recurrence
  - `items` object — contains list of mailboxes you want set qurantine notifications

## Response `200`

OK

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/mailcow/apis/mailcow-api.md) · [All operations](https://skmtc.dev/mailcow/apis/mailcow-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mailcow/mailcow-api/revisions/ae01d1d7886a/schema)
