List Widget Integrations
List Widget integrations
get
/v1/integration/widget/list
Authorization
ChatBotKit API Secret * Required
HTTP Authorization Scheme: bearer
Path Parameters
cursorstring
The cursor to use for pagination
orderstring
The order of the paginated items
takeinteger
The number of items to retrieve
curl -X GET "https://api.chatbotkit.com/v1/integration/widget/list" \-H "Authorization: Bearer $CHATBOTKIT_API_SECRET"
{"items":[{"name":"string","description":"string","meta":"object","id":"string","createdAt":"number","updatedAt":"number","theme":"string","layout":"string","title":"string","intro":"string","initial":"string","placeholder":"string","origin":"string","sessionDuration":"number","language":"string","stream":"boolean","verbose":"boolean","tools":"boolean","unfurl":"boolean","math":"boolean","carousel":"boolean","attachments":"boolean","autoScroll":"boolean","startFirst":"boolean","contactCollection":"boolean","exportConversation":"boolean","restartConversation":"boolean","maximize":"boolean","messagePeek":"boolean","poweredBy":"boolean","botId":"string"}]}
The list of Widget integrations was retrieved successfully