- Accounts
- Account Users
- AgentBots
- Users
- Inbox API
- Contacts API
- Conversations API
- Messages API
- Contact Labels
- CSAT Survey Page
- Account AgentBots
- Agents
- Canned Responses
- Canned Response
- Custom Attributes
- Contacts
- Contact
- Automation Rule
- Help Center
- Conversations
- Conversation Assignment
- Conversation Labels
- Inboxes
- Messages
- Integrations
- Profile
- Teams
- Custom Filters
- Webhooks
- Reports
List all AgentBots
GET
/platform/api/v1/agent_bots
AgentBots
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/platform/api/v1/agent_bots'
Response Response Example
200 - Example 1
[
{
"id": 0,
"name": "string",
"description": "string",
"account_id": 0,
"outgoing_url": "string"
}
]
Request
None
Responses
🟢200OK
application/json; charset=utf-8
Body
Array of agent bots
array of:
id
numberÂ
optional
name
stringÂ
optional
description
stringÂ
optional
account_id
numberÂ
optional
outgoing_url
stringÂ
optional
🟠401Unauthorized