AgentBots
Inbox API
Conversations API
Contact Labels
CSAT Survey Page
Account AgentBots
Agents
Canned Responses
Canned Response
Custom Attributes
Contacts
Automation Rule
Help Center
Conversations
Conversation Assignment
Conversation Labels
Inboxes
Integrations
Profile
Teams
Custom Filters
AgentBots
Get an agent bot details
AgentBots
Get an agent bot details
Get the details of an agent bot
GET
/
platform
/
api
/
v1
/
agent_bots
/
{id}
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>",
"account_id": 123,
"outgoing_url": "<string>"
}
Authorizations
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
The ID of the agentbot to be updated
Response
200
application/json
Success
The response is of type object
.
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>",
"account_id": 123,
"outgoing_url": "<string>"
}