GET
/
platform
/
api
/
v1
/
agent_bots
curl --request GET \
  --url https://app.chatwoot.com/platform/api/v1/agent_bots \
  --header 'api_access_token: <api-key>'
[
  {
    "id": 123,
    "name": "<string>",
    "description": "<string>",
    "account_id": 123,
    "outgoing_url": "<string>"
  }
]

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.

Response

200
application/json
Success

Array of agent bots