Mark a notification as read

View as MarkdownOpen in Claude

Marks a single notification as read for the calling user. Idempotent: calling on an already-read notification is a no-op and still returns success.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequired
Stable identifier of the notification.

Response

Acknowledgement.
successboolean

True when the action committed; the endpoint never throws success-false today.