GET
/
api
/
v1
/
accounts
/
{account_id}
/
agent_bots
/
{id}
curl --request GET \
  --url https://app.chatwoot.com/api/v1/accounts/{account_id}/agent_bots/{id}
{
  "id": 123,
  "name": "<string>",
  "description": "<string>",
  "account_id": 123,
  "outgoing_url": "<string>"
}

Path Parameters

account_id
integer
required

The numeric ID of the account

id
integer
required

The ID of the agentbot to be updated

Response

200
application/json
Success

The response is of type object.