Skip to main content
POST
/
v1
/
conversations
/
{conversationUrn}
/
mark-read
Mark Conversation as Read
curl --request POST \
  --url https://app-api.walead.ai/api/v1/conversations/{conversationUrn}/mark-read \
  --header 'x-api-key: <api-key>'
{
  "success": true
}

Overview

Marks a conversation as read. This updates the read status in your workspace inbox.

Use Cases

  • Mark conversations as read after displaying them in your UI
  • Sync read status with your own systems
  • Manage conversation notifications
  • Keep inbox organized

Behavior

  • Only updates the read status in WaLead
  • Does not affect LinkedIn’s read status
  • Can be called multiple times (idempotent)

Response

Returns a success confirmation when the conversation is marked as read.

Authorizations

x-api-key
string
header
required

API key for authentication. Generate from your WaLead dashboard.

Path Parameters

conversationUrn
string
required

Conversation URN identifier

Response

Conversation marked as read

success
boolean