PUT /v1/notifications/mark-all-read

Mark all notifications as read

Marks all unread notifications as read for the current user

Request

PUT /v1/notifications/mark-all-read

Parameters

[]

Response

{ "200": { "description": "All notifications marked as read successfully", "content": { "application/json": { "schema": { "type": "object", "properties": { "success": { "type": "boolean" }, "message": { "type": "string" }, "marked_count": { "type": "number" } }, "required": [ "success", "message", "marked_count" ] } } } } }

View in Interactive API Reference