Skip to main content
Mark Notification as Read
curl --request POST \
  --url http://localhost:3000/api/notifications/mark-as-read \
  --header 'Content-Type: application/json' \
  --data '
{
  "notificationId": "<string>"
}
'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.traza.com.au/llms.txt

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

Body

application/json
notificationId
string
required

Response

200 - application/json

Notification marked as read successfully

success
boolean
required

Whether the operation was successful