Mark inbox contact thread as read
Inbox
Mark inbox contact thread as read
Mark one inbox contact thread as read.
Required parameters:
- contactId: contact ID path parameter.
Optional query parameters:
- senderIdentityId: target one sender-specific thread when the same contact appears under multiple sender identities
- archived: set to true to mark an archived thread as read instead of an active one. Defaults to false
Notes:
-
The endpoint marks all visible conversations for that contact as read and clears unread message state.
-
The endpoint is idempotent. If the thread is already read it still returns success with zero updated counts.
Required scope:
MESSAGING_WRITERate limit: 30 requests per minute
POST
Mark inbox contact thread as read
Authorizations
Path Parameters
Contact ID for the thread you want to inspect
Example:
"123"
Query Parameters
Mark only the thread visible for one sender identity as read.
Example:
14
Mark an archived thread as read instead of an active one. Defaults to false.
Example:
false