curl --request PATCH \
--url https://cloud.kaneo.app/api/notification/read-all \
--header 'Authorization: Bearer <token>'{
"success": true,
"count": 123
}Mark all notifications as read for the current user
curl --request PATCH \
--url https://cloud.kaneo.app/api/notification/read-all \
--header 'Authorization: Bearer <token>'{
"success": true,
"count": 123
}Documentation Index
Fetch the complete documentation index at: https://kaneo.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?