πExport Chatlogs
Endpoint
POST https://app.wonderchat.io/api/v1/export-chatlogsRequest Parameters
Parameter
Type
Required
Description
Example Request
curl --location --request POST 'https://app.wonderchat.io/api/v1/export-chatlogs' \
--header 'Content-Type: application/json' \
--data-raw '{
"apiKey": "YOUR_API_KEY",
"chatbotId": "YOUR_CHATBOT_ID",
"startDate": "2023-12-01T06:34:38.903Z",
"endDate": "2023-12-02T06:34:38.903Z"
}'Response Format
Response Fields
Field
Type
Description
Date Filtering
Use Cases
Last updated
Was this helpful?