Skip to main content
POST
/
v1
/
admin
/
notifications
/
admin
/
read-all
Mark all notifications as read
curl --request POST \
  --url http://localhost:3000/v1/admin/notifications/admin/read-all
{
  "success": true
}

Response

200 - application/json

All notifications marked as read

success
boolean
required