Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://karibu.briq.tz/v1/whatsapp/messages/{message_id}/read \ --header 'X-API-Key: <api-key>'
{ "success": true, "data": { "message_id": "<string>", "status": "read_receipt_sent" }, "errors": [ { "code": "<string>", "message": "<string>", "field": "<string>" } ], "request_id": "<string>" }
Mark an inbound message read on WhatsApp (blue ticks), by its internal message id.
Internal message id (the id from GET /messages).
Successful Response
Show child attributes