GET
/
api
/
aibot
/
chat
/
detail
curl --request GET \
  --url https://app.livechatai.com/api/aibot/chat/detail \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

chatId
string
required

Unique identifier of the chat to retrieve details for

Example:

"c****************1cx4"

Response

200
_mintlify/placeholder

Successfully retrieved chat details