Skip to main content
PATCH
/
notifications
/
{notificationId}
/
read
Mark a single notification as read
curl --request PATCH \
  --url https://core.cyberun.cloud/api/v1/notifications/{notificationId}/read \
  --header 'Authorization: Bearer <token>'
{
  "is_success": true
}

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.

Path Parameters

notificationId
string<uuid>
required

Response

Marked as read

is_success
boolean
required

Always true when the action completed successfully.

Example:

true