Fetch Conversation Message

Fetch conversation message

get
/v1/conversation/{conversationId}/message/{messageId}/fetch

Authorization

ChatBotKit API Secret * Required

HTTP Authorization Scheme: bearer

Path Parameters

conversationIdstring* Required

The ID of the conversation containing the message

messageIdstring* Required

The ID of the message to retrieve

curl -X GET "https://api.chatbotkit.com/v1/conversation/{conversationId}/message/{messageId}/fetch" \

-H "Authorization: Bearer $CHATBOTKIT_API_SECRET"

{
"id":"string",
"type":"string",
"text":"string",
"createdAt":"number",
"updatedAt":"number"
}
The message was fetched successfully