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

account_id
integer
required

The numeric ID of the account

Response

200
application/json
Success

Array of webhook objects