Sign in

Mark notifications read

documented

Mark all notifications as read for the authenticated user.

POST /notifications/mark_read.jsonNotificationsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{defaultHost}}/notifications/mark-read.json" \
  -X PUT \
  -H "Api-Key: {{DISCOURSE_API_KEY}}" \
  -H "Api-Username: {{DISCOURSE_API_USERNAME}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"mark_read_all": true, "timestamp": "{{$timestamp}}"}'
Mark notifications read · discourse · OpenIntegrations