Skip to main content
POST
/
notifications
/
mark-as-read
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
}

Body

application/json
notificationId
string
required

Response

200 - application/json

Notification marked as read successfully

success
boolean
required

Whether the operation was successful