GET
/
api
/
v1
/
accounts
/
{account_id}
/
integrations
/
apps
curl --request GET \
  --url https://app.chatwoot.com/api/v1/accounts/{account_id}/integrations/apps
[
  {
    "id": "<string>",
    "name": "<string>",
    "description": "<string>",
    "hook_type": "<string>",
    "enabled": true,
    "allow_multiple_hooks": true,
    "hooks": [
      {}
    ]
  }
]

Path Parameters

account_id
integer
required

The numeric ID of the account

Response

200
application/json
Success

Array of Integration apps