---
title: "List Chat Widgets"
method: GET
path: "/settings/chat-widgets"
tags: ["Settings"]
---

# List Chat Widgets

`GET /settings/chat-widgets`

List all chat widgets for the current customer, default first.

## Response `200`

Successful Response

- ChatWidgetSummaryResponse[]
  - `chat_widget_id` string, uuid, required
  - `name` string, required — Display label for the widget (e.g. which website it serves)
  - `is_default` boolean, required — Whether this is the customer's default widget (resolved by legacy customer-id embed snippets)
  - `enabled` boolean, required — Whether the chat widget is shown on the customer's website

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
