Mark every unread notification as read
POST /account/notifications/read-all
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.
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”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 completedExample
{ "error": "authentication required: sign in and retry with a valid session or API token"}