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

Body

application/json
bookingId
string
required

Response

200 - application/json

Booking notifications marked as read successfully

success
boolean
required

Whether the operation was successful