Skip to content

`POST /api/v1/notifications/{id}/read` — mark a single notification as read for the requesting operator.

POST
/api/v1/notifications/{id}/read
curl --request POST \
--url https://example.com/api/v1/notifications/example/read
id
required
string

Notification ID

Notification marked read

Notification not found