GET
/
api
/
aibot
/
detail
curl --request GET \
  --url https://app.livechatai.com/api/aibot/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

chatbotId
string

Unique identifier of the chatbot

Example:

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

slugOrId
string

Slug or ID of the full page chatbot

Example:

"livechatai-chatbot"

Response

200
_mintlify/placeholder

Successfully retrieved chatbot details