Skip to content

Mark a single notification as read

POST
/account/notifications/{id}/read

Idempotent: 204 whether the row was unread or already read. Only the recipient can mark — the row’s recipient column gates the update so cross-user calls 404 silently.

id
required
string format: uuid

Marked read (or was already).

Authentication required, missing, or invalid

object
error
required

Human-readable error summary

string
Example
the request could not be completed
Example
{
"error": "authentication required: sign in and retry with a valid session or API token"
}

Resource not found

object
error
required

Human-readable error summary

string
Example
the request could not be completed