GET
/
api
/
v2
/
agents
/
{agentId}
curl --request GET \
  --url https://app.livechatai.com/api/v2/agents/{agentId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

agentId
string
required

Unique identifier or slug of the agent

Example:

"clx1234567890abcdef"

Query Parameters

isEmbed
boolean

Specifies whether this request is from an embed (enables caching).

Example:

false

Response

200

Successfully retrieved agent details