Skip to main content
GET
/
conversations
/
{conversationId}
curl -X GET https://api.linkedcamp.com/conversations/60f7a1b2c3d4e5f6a7b8c9d1 \
  -H "token: YOUR_API_TOKEN"
{
  "success": true,
  "message": "Messages found successfully!"
}

Headers

token
string
required
Your LinkedCamp API token.

Path Parameters

conversationId
string
required
The conversation ID. You can obtain this from the lead data via the List Leads or Get Lead endpoints.

Response

success
boolean
Whether the request was successful.
message
string
A human-readable result message.
curl -X GET https://api.linkedcamp.com/conversations/60f7a1b2c3d4e5f6a7b8c9d1 \
  -H "token: YOUR_API_TOKEN"
{
  "success": true,
  "message": "Messages found successfully!"
}