Mark all notifications as read

POST/api/v1/notifications/read-all

Parameters

This endpoint does not accept parameters.

Responses

204All notifications marked read

Request

curl -X POST "https://api.knowledgetree.dev/api/v1/notifications/read-all" \
  -H "Authorization: Bearer $KT_API_TOKEN"

Response

204All notifications marked read
Example response not yet documented.