Skip to main content
PATCH
/
notification
/
read-all
cURL
curl --request PATCH \
  --url https://cloud.kaneo.app/api/notification/read-all \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "count": 123
}

Authorizations

Authorization
string
header
required

API Key authentication

Response

200 - application/json

All notifications marked as read

success
boolean
required
count
number