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
Webhooks
List all webhooks
Webhooks
List all webhooks
List all webhooks in the account
GET
/
api
/
v1
/
accounts
/
{account_id}
/
webhooks
curl --request GET \
--url https://app.chatwoot.com/api/v1/accounts/{account_id}/webhooks
[
{
"id": 123,
"url": "<string>",
"subscriptions": [
"conversation_created"
],
"account_id": 123
}
]
Path Parameters
The numeric ID of the account
Response
200
application/json
Success
Array of webhook objects
curl --request GET \
--url https://app.chatwoot.com/api/v1/accounts/{account_id}/webhooks
[
{
"id": 123,
"url": "<string>",
"subscriptions": [
"conversation_created"
],
"account_id": 123
}
]