Messages

Mark a conversation's inbound messages read up to a cursor

Marks the caller's own inbound messages in a conversation thread as read, up to and including the given (upToOccurredAt, upToMessageId) cursor — typically a conversation row's lastMessage. Idempotent: repeating the call with the same cursor updates 0 rows. Returns the number of rows updated.

post/numbers/messages/conversations/read

Request body

peerKeystring required

The thread's canonical peer key (see GET .../conversations)

upToOccurredAtstring date-time required

Mark inbound messages read up to (and including) this occurredAt/upToMessageId cursor

upToMessageIdstring uuid required

Response

Read state updated

Changes