Facebook Pixel
APILinkedIn Messaging

Mark conversation as seen

Mark a LinkedIn conversation as seen/read. This updates the read status for the sender and removes the unread indicator. Useful for managing inbox state programmatically.

POST/messaging/mark-seen

Mark conversation as seen

Mark a LinkedIn conversation as seen/read. This updates the read status for the sender and removes the unread indicator. Useful for managing inbox state programmatically.

Authentication requiredMessaging

Code Examples

curl -X POST 'https://api.connectsafely.ai/linkedin/messaging/mark-seen' \
-H 'Authorization: Bearer <your_api_key>' \
-H 'Content-Type: application/json' \
-d '{"conversationUrn":"urn:li:example:123456"}'

Parameters

No parameters.

Request Body

FieldTypeRequiredDescription
accountIdstringNoLinkedIn account ID to use. If not provided, uses the default account.
conversationUrnstringYesLinkedIn conversation URN to mark as seen

Example

{
  "conversationUrn": "urn:li:example:123456"
}

Responses

StatusDescription
200Conversation marked as seen successfully