Skip to main content
GET
/
notifications
/
unread-count
Get count of unread notifications
curl --request GET \
  --url https://core.cyberun.cloud/api/v1/notifications/unread-count \
  --header 'Authorization: Bearer <token>'
{
  "unread_count": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.cyberun.cloud/llms.txt

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

Authorizations

Authorization
string
header
required

User session JWT (Bearer ). Must be paired with the X-Team-ID request header on team-scoped endpoints so the server knows which team's resources to operate on.

Response

Unread count

unread_count
integer<int64>
required

Number of unread notifications