# Mark notifications as read **POST /v1/spotMembers/{spotMemberId}/notifications~markAsRead** Mark notifications as read ## Servers - https://openapi.meltingspot.io: https://openapi.meltingspot.io () ## Parameters ### Path parameters - **spotMemberId** (string) The id of the Spot member ### Body: application/json (object) - **id** (object) Filters on notifications to include ## Responses ### 200 Notifications successfully marked as read #### Body: application/json (array[object]) - **id** (string) The id of the notification. - **userId** (string) The user id of the notification. - **logId** (string) The log id of the notification. - **isRead** (boolean) To know if notification was read - **createdAt** (string(date-time)) The creation date of the notification. - **log** (object) ### 400 Malformed payload [Powered by Bump.sh](https://bump.sh)