Notifications

Mark a notification as acknowledged

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.

post/notifications/{notificationId}/acknowledge

Path parameters

notificationIdstring uuid required

Stable identifier for the in-app notification. Only the user the notification was delivered to can read, acknowledge or mark it (un)read; requests from other users return 404.

Response

The notification was successfully marked as acknowledged.

Changes

No recorded changes to this endpoint across all 1 revision of this API.