Skip to main content
GET
/
v1
/
notifications
/
unread
curl https://portal-api.7331.org/v1/notifications/unread \
  -b "psession=YOUR_SESSION"
{
  "count": 3
}

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.

Returns just the count of unread notifications for the authenticated user — cheaper than calling the full list endpoint when you only need a badge number.

Response

count
integer
required
Number of unread notifications.
curl https://portal-api.7331.org/v1/notifications/unread \
  -b "psession=YOUR_SESSION"
{
  "count": 3
}