대화 상세 조회
Last updated
Was this helpful?
Was this helpful?
curl -X GET 'https://salesmap.kr/api/v2/sdr/conversation/<conversationId>' \
-H 'Authorization: Bearer <sea-profile-token>'{
"success": true,
"data": {
"conversation": {
"id": "conversation-id",
"leadId": "lead-id",
"lastMessageAt": "2026-07-22T07:10:00.000Z",
"contactCollected": true,
"notedForSales": false,
"createdAt": "2026-07-22T07:00:00.000Z",
"updatedAt": "2026-07-22T07:10:00.000Z"
}
}
}