Skip to main content
Version: v3

List Chat Widgets

GET 

/chat-widget/list

Retrieves a list of chat widgets for a specific location

Request

Version stringrequired

API Version

Available optionsv3
locationId stringrequired

The location ID

offset stringrequired

Row offset. Defaults to 0, capped at 10000.

limit stringrequired

Page size. Must be greater than 0, capped at 100.

chatType string

The type of chat widget. Supports normal ChatType values, plus the virtual umbrella "webChat" (maps to facebookChat/emailChat/instagramChat/waChat).

Available optionsliveChatwaChatemailChatallInOneChatvoiceAiChatfacebookChatinstagramChatwebChat
excludeChatType string

The type of chat widget

Available optionsliveChatwaChatemailChatallInOneChatvoiceAiChatfacebookChatinstagramChat
voiceAiAgentId string

The voice AI agent ID

creationSource string

The source that created the widget

Available optionschat-widgeta2pCompliancepublic-apisnapshot
excludeCreationSource string

Exclude widgets with this creation source

Available optionschat-widgeta2pCompliancepublic-apisnapshot
application/json

Success

Schema
    chatWidgetsobject[]required

    Matching chat widgets for this page

    totalCountnumberrequired

    Total widgets matching the filters, ignoring limit and offset