Chats & Transcripts
Fetching chats and transcripts
Step 1: Retrieve a List of Chats
GET https://<ebbot_url>/api/chats/company_chats?page={page_number}&limit={limit}Example Request (curl)
curl --location 'https://ebbot.eu/api/chats/company_chats?page=1&limit=15' \
--header 'accept: application/json' \
--header 'x-api-key: <public-key>.<secret-key>'Step 2: Retrieve Chat Transcript
Endpoint
Example Request (curl)
Example Transcript Response
Rate Limit
Last updated
Was this helpful?

