Skip to main content
GET
/
api
/
v1
/
platforms
/
{platform}
/
conversations
Error
A valid request URL is required to generate request examples
{
  "data": {
    "items": [
      {
        "id": "acc_linkedin_primary:prospect_target_123",
        "accountId": "acc_linkedin_primary",
        "leadId": "lead_jane_doe",
        "title": "Jane Doe",
        "unreadCount": 1,
        "lastMessagePreview": "Happy to chat next week.",
        "lastMessageAt": "2026-03-21T10:45:00.000Z"
      }
    ],
    "nextCursor": null,
    "total": 1
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.optareach.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

platform
string
required

Response

200 - application/json

Conversation page

data
object
required