At a glance
| Item | Detail |
|---|---|
type | mark_as_read |
| Channel support | Official and unofficial |
content.message_id | Provider message ID of the inbound message |
Request body
| Field | Required | Description |
|---|---|---|
channel_id | Yes | Sender channel ID |
to | Yes | Recipient phone number (conversation peer) |
type | Yes | mark_as_read |
content.message_id | Yes | Message to mark as read |
Example
Endpoint
POST https://api.wazapin.com/v1/messages
Authenticate with X-Api-Key. See Authentication.
Response
On success, the API returns201 Created with a message record (status often starts as queued).
201 Created