Conversation
get/v1/conversation/chat/message
Query parameters
conversationIdstring required
The ID of the conversation you need to poll.
Response
The message generated from our API OR an empty response
Example response
{
"link": "https://app.lorikeetcx.ai/ticket-feedback/tickets/123",
"tags": [
"tag1",
"tag2"
],
"messages": [
{
"attachments": [
{
"url": "https://example.com/example.jpg",
"type": "image/jpeg",
"name": "example.jpg"
}
]
}
]
}