Messages
Conversation information
This endpoint returns all information on a specific Conversation.
get/conversations/{conversation_id}
Path parameters
conversation_idinteger required
The id of the conversation to fetch
Response
OK
Example response
{
"consumer_img": "https://www.example.com/profile-picture.jpg",
"consumer_name": "John Doe",
"consumer_phone_number": "+33612345678",
"consumer_email": "john.doe@example.com",
"last_message": {
"date": "2023-01-31 16:22:17.327878+00:00",
"sender_label": "Jane Doe"
},
"created_at": "2023-01-31 16:22:17.327878+00:00",
"messaging_partner": "Facebook",
"issues": [
"facebook_no_page_linked"
],
"assigned_user_id": "62d80fae74e8b11d700302b8"
}