Export Contact Conversations

Export contact conversations

get
/v1/contact/{contactId}/conversation/export

Authorization

ChatBotKit API Secret * Required

HTTP Authorization Scheme: bearer

Path Parameters

contactIdstring* Required

The ID of the contact to delete

cursorstring

The cursor to use for pagination

orderstring

The order of the paginated items

takeinteger

The number of items to retrieve

curl -X GET "https://api.chatbotkit.com/v1/contact/{contactId}/conversation/export" \

-H "Authorization: Bearer $CHATBOTKIT_API_SECRET"

{
"items":[
{
"name":"string",
"description":"string",
"meta":"object",
"id":"string",
"createdAt":"number",
"updatedAt":"number",
"contactId":"string",
"botId":"string"
}
]
}
The list of conversations was retrieved successfully