Skip to main content

Mark a notification as read

PATCH 

/api/v1/notifications/:notification_id/read

Mark a single notification as read and return the updated record.

  • Idempotent: marking an already-read notification is a no-op that still returns the current state.
  • 404 if the notification does not exist or belongs to another user (tenant-enumeration safety).
  • Scope required: org:read.
  • Rate-limit tier: user_mutation (300/hour).

Request

Responses

Successful Response