---
title: "Mark a notification as acknowledged"
method: POST
path: "/notifications/{notificationId}/acknowledge"
tags: ["Notifications"]
---

# Mark a notification as acknowledged

`POST /notifications/{notificationId}/acknowledge`

Records that the currently authenticated user has acknowledged
the notification — typically used by team-wide notifications
that need an explicit human sign-off (as opposed to merely
being marked read). The acknowledging user is recorded on the
`acknowledged_by` field of the notification.

## Path parameters

- `notificationId` string, uuid, required

## Response `204`

The notification was successfully marked as acknowledged.

## Other responses

- `401` — The user is unauthenticated
- `403` — The authenticated user does not have permission.
- `404` — The resource couldn't be found

---

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