Skip to content

Mark every unread notification as read

POST
/account/notifications/read-all

Inbox header “Mark all read”. Returns the count of rows newly-flipped so the UI can render a “Marked 12 as read” confirmation. Idempotent — running twice in a row returns 0 the second time.

How many rows were just marked read.

object
marked_count
required
integer format: int64

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"
}