curl --request GET \
--url https://services.leadconnectorhq.com/conversations/{conversationId} \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"contactId": "ve9EPM428kjkvShlRW1KT",
"locationId": "ve9EPM428kjkvShlRW1KT",
"deleted": false,
"inbox": true,
"type": 123,
"unreadCount": 1,
"id": "ve9EPM428kjkvShlRW1KT",
"assignedTo": "ve9EPM428kjkvShlRW1KT",
"starred": true
}Get the conversation details based on the conversation ID
curl --request GET \
--url https://services.leadconnectorhq.com/conversations/{conversationId} \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"contactId": "ve9EPM428kjkvShlRW1KT",
"locationId": "ve9EPM428kjkvShlRW1KT",
"deleted": false,
"inbox": true,
"type": 123,
"unreadCount": 1,
"id": "ve9EPM428kjkvShlRW1KT",
"assignedTo": "ve9EPM428kjkvShlRW1KT",
"starred": true
}Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
API Version
2021-04-15 Conversation ID as string
"tDtDnQdgm2LXpyiqYvZ6"
Successful response
Unique identifier of the contact associated with this conversation
"ve9EPM428kjkvShlRW1KT"
Unique identifier of the business location where this conversation takes place
"ve9EPM428kjkvShlRW1KT"
Flag indicating if this conversation has been moved to trash/deleted
false
Flag indicating if this conversation is currently in the main inbox view
true
Communication channel type for this conversation: 1 (Phone), 2 (Email), 3 (Facebook Messenger), 4 (Review), 5 (Group SMS), 6 (Internal Chat - coming soon)
Number of messages in this conversation that have not been read by the user
1
Unique identifier for this specific conversation thread
"ve9EPM428kjkvShlRW1KT"
Unique identifier of the team member currently responsible for handling this conversation
"ve9EPM428kjkvShlRW1KT"
Flag indicating if this conversation has been marked as important/starred by the user
true
Was this page helpful?