Mark a single notification as read
POST /account/notifications/{id}/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.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string format: uuid
Responses
Section titled “ Responses ”Marked read (or was already).
Authentication required, missing, or invalid
object
error
required
Human-readable error summary
string
Example
the request could not be completedExample
{ "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