List all agent bots available
cURL
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>", "thumbnail": "<string>", "outgoing_url": "<string>", "bot_type": "<string>", "bot_config": {}, "account_id": 123, "access_token": "<string>", "system_bot": true } ]
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.
Success
Array of agent bots