For the complete documentation index, see llms.txt. This page is also available as Markdown.

Channel web Widget

Retrieves web widget settings for a channel

get

Required Permission: chatbots.channels.get

Resource: chatbots/:chatbotId

Authorizations
x-chatcaptain-keystringRequired
Path parameters
chatbotIdstringRequired

The ID of the chatbot.

channelIdstringRequired

The ID of the web channel.

Responses
200

The current widget settings.

application/json
errorstringOptional

Optional error message

get
/v1/chatbots/{chatbotId}/channels/{channelId}/widget

Updates web widget settings for a channel.

patch

Required Permission: chatbots.channels.edit

Resource: chatbots/:chatbotId

Authorizations
x-chatcaptain-keystringRequired
Path parameters
chatbotIdstringRequired

The ID of the chatbot.

channelIdstringRequired

The ID of the web channel.

Body
Responses
200

The updated widget settings.

application/json
errorstringOptional

Optional error message

patch
/v1/chatbots/{chatbotId}/channels/{channelId}/widget

Last updated