API Reference
WhatsApp Messaging

Mark an inbound message as read

POST
/v1/whatsapp/messages/{wamid}/read

Sends a read receipt for an inbound message — the blue ticks the contact sees.

Name the number the message arrived on with either connection_id or number_id, exactly as you would for a send. Sautikit does not retain messages, so it cannot infer the number from the wamid alone; the wamid comes from the whatsapp.event.received webhook that delivered the message.

API-key scope: whatsapp.messages.

Authorization

bearerAuth
AuthorizationBearer <token>

Long-lived ES256 JWT minted from the dashboard (https://app.sautikit.com/developers/api-keys). Signed by the platform keyring. Carries workspace_id and scopes claims; revoked via the platform deny-list.

In: header

Path Parameters

wamid*string

Meta's message id, from an inbound message.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/whatsapp/messages/string/read" \  -H "Content-Type: application/json" \  -d '{}'
{}
{  "error": {    "code": "validation.bad_request",    "message": "string",    "request_id": "string",    "details": [      "string"    ]  }}
{  "error": {    "code": "validation.bad_request",    "message": "string",    "request_id": "string",    "details": [      "string"    ]  }}
{  "error": {    "code": "validation.bad_request",    "message": "string",    "request_id": "string",    "details": [      "string"    ]  }}