GET
/
platform
/
api
/
v1
/
agent_bots
/
{id}
Get an agent bot details
curl --request GET \
  --url https://app.chatwoot.com/platform/api/v1/agent_bots/{id} \
  --header 'api_access_token: <api-key>'
{
  "id": 123,
  "name": "<string>",
  "description": "<string>",
  "thumbnail": "<string>",
  "outgoing_url": "<string>",
  "bot_type": "<string>",
  "bot_config": {},
  "account_id": 123,
  "access_token": "<string>",
  "system_bot": true
}

Authorizations

api_access_token
string
header
required

This token can be obtained by the system admin after creating a platformApp. This token should be used to provision agent bots, accounts, users and their roles.

Path Parameters

id
integer
required

The ID of the agentbot to be updated

Response

Success

The response is of type object.