API Reference/Endpoints
Update a chat
PATCH/api/linkedin/gateway/chats/{chat_id}
Performs one state-changing action on a chat at a time — mark it read, mute it, manage a group's members, or fetch its invite link — rather than a general field-by-field edit.
Authentication
Send your personal API key as a bearer token. A missing, malformed or revoked key returns 401.
Path parameters
Body parameters
Response fields
On LinkedIn accounts only
setReadStatus and setMuteStatus are available — archiving, pinning, labels, group membership and invite links are for other connected channels.Errors
·401 Unauthorized. The key is missing, malformed or has been rotated.·403 Forbidden. account_id doesn't belong to this key.·404 Not Found. No chat with that id exists for this account.