---
title: "Acknowledge notification"
method: POST
path: "/api/v2/notifications/acknowledge"
tags: ["v2 notifications"]
---

# Acknowledge notification

`POST /api/v2/notifications/acknowledge`

Acknowledges a notification

## Request body

- NotificationAcknowledgeRequest
  - `notificationUUID` string
  - `token` string

## Response `200`

OK

- GenericOkResponse
  - `timestamp` string
  - `message` string

## Other responses

- `404` — Not found

---

[API](https://skmtc.net/keeps/apis/roda-rest-api.md) · [All operations](https://skmtc.net/keeps/apis/roda-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/keeps/roda-rest-api/revisions/afc3c5bcc0d9/schema)
