Skip to main content
GET
/
api
/
v1
/
platforms
/
{platform}
/
conversations
/
{conversationId}
/
messages
Error
A valid request URL is required to generate request examples
{
  "data": [
    {
      "id": "msg_123",
      "conversationId": "acc_linkedin_primary:prospect_target_123",
      "direction": "outbound",
      "body": "Hi Jane, noticed Acme is hiring SDRs. Worth comparing notes?",
      "sentAt": "2026-03-21T10:45:00.000Z",
      "status": "sent"
    }
  ]
}

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
conversationId
string
required

Composite key: accountId:prospectTargetId

Response

200 - application/json

Messages

data
object[]
required