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
Inboxes
Show Inbox Agent Bot
Inboxes
Show Inbox Agent Bot
See if an agent bot is associated to the Inbox
GET
/
api
/
v1
/
accounts
/
{account_id}
/
inboxes
/
{id}
/
agent_bot
curl --request GET \
--url https://app.chatwoot.com/api/v1/accounts/{account_id}/inboxes/{id}/agent_bot
{
"id": 123,
"name": "<string>",
"description": "<string>",
"account_id": 123,
"outgoing_url": "<string>"
}
Path Parameters
The numeric ID of the account
ID of the inbox
Response
204
application/json
Success
The response is of type object
.
curl --request GET \
--url https://app.chatwoot.com/api/v1/accounts/{account_id}/inboxes/{id}/agent_bot
{
"id": 123,
"name": "<string>",
"description": "<string>",
"account_id": 123,
"outgoing_url": "<string>"
}