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

Channel management

Lists all channels for a chatbot

get

Required Permission: chatbots.channels.list

Resource: chatbots/:chatbotId

Authorizations
x-chatcaptain-keystringRequired
Path parameters
chatbotIdstringRequired

The ID of the chatbot.

Responses
200

List of all channels.

application/json
errorstringOptional

Optional error message.

get
/v1/chatbots/{chatbotId}/channels

Generates a channel token for Web or Audiocodes

get
Authorizations
x-chatcaptain-keystringRequired
Path parameters
chatbotIdstringRequired

The ID of the chatbot.

Query parameters
channelTypenumber · enumRequired

The type of the channel.

  • 0: WEB
  • 6: AUDIOCODES
Possible values:
Responses
200Success
application/json
errorstringOptional

Optional error message.

tokenstringOptional

The generated token.

Example: cc-tok-very-long-secret-token-string
get
/v1/chatbots/{chatbotId}/channels/generate-token

Last updated