Skip to main content
POST
/
v1
/
notifications
/
read-all
curl -X POST https://portal-api.7331.org/v1/notifications/read-all \
  -b "psession=YOUR_SESSION"
{
  "marked": 7
}

Documentation Index

Fetch the complete documentation index at: https://docs.7331.org/llms.txt

Use this file to discover all available pages before exploring further.

Bulk-marks every unread notification for the authenticated user. Returns the count of rows actually transitioned — 0 is a valid response (already all-read).

Response

marked
integer
required
Number of notifications transitioned from unread to read.
curl -X POST https://portal-api.7331.org/v1/notifications/read-all \
  -b "psession=YOUR_SESSION"
{
  "marked": 7
}