Inbox
POST
/inbox/chats/{id}/read

Clears the unread count for the chat (and every sibling thread of the same person), locally and on LinkedIn.

Authorization

bearerAuth
AuthorizationBearer <token>

An API key created under Settings → API & Webhooks.

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/inbox/chats/string/read"
{  "data": {    "ok": true  }}