---
title: "Mark message as read"
method: POST
path: "/whatsapp/inboundMessages/{id}/markAsRead"
tags: ["WhatsApp Inbound Messages"]
---

# Mark message as read

`POST /whatsapp/inboundMessages/{id}/markAsRead`

When you receive an inbound message from webhooks, you can use this endpoint to mark the message as read. Messages marked as read display two blue check marks alongside their timestamp.

Marking a message as read will also mark earlier messages in the conversation as read.

## Path parameters

- `id` string, required

## Response `200`

Successfully marked the message as read.

## Other responses

- `404` — The requested resource does not exist.

---

[API](https://skmtc.dev/ycloud/apis/ycloud-api.md) · [All operations](https://skmtc.dev/ycloud/apis/ycloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ycloud/ycloud-api/revisions/4e13d3ca9df8/schema)
