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

contactId
string
required

Unique identifier of the contact to retrieve agents for

Example:

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

Response

200
_mintlify/placeholder

Successfully retrieved contact agents