---
title: "Acknowledge a list of notifications"
method: PUT
path: "/misc/push-pull-notification/box/{boxId}/notifications/acknowledge"
tags: ["push-pull-notification-api"]
---

# Acknowledge a list of notifications

`PUT /misc/push-pull-notification/box/{boxId}/notifications/acknowledge`

Updates the status of one or more notifications to `ACKNOWLEDGED`. <br><br>A maximum of 100 notifications will be updated. <br><br>The OAuth bearer token used by this endpoint must have the scope `write:notifications`.

## Path parameters

- `boxId` string, required

## Headers

- `Accept` 'application/vnd.hmrc.1.0+json', required
- `Content-Type` 'application/json', required

## Request body

- object
  - `notificationIds` string[], required — Notification

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `406` — Not Acceptable
- `415` — Unsupported Media Type

---

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