GET
/
v1
/
chatbot
/
{id}

Authorizations

x-api-key
string
headerrequired

Path Parameters

id
string
required

The chatbot's id.

Response

200 - application/json
id
string
required

The chatbot's id.

name
string
required

The chatbot's name.

welcomeMessage
string
required

The chatbot's welcome message. Displayed when the chatbot is first opened.

createdAt
number
required

The created date of the chatbot. Unix timestamp in milliseconds.

creator
string
required

The user id of the creator.

organisation
string
required

The organisation id of the chatbot.

resources
string[]
required

An array of resource ids that the chatbot can use.

chatbotMessageColor
string
required

The HEX background color of the chatbot's messages.

userMessageColor
string
required

The HEX background color of the user's messages.

accentColor
string
required

The HEX color of the chatbot's accent color.

conversationBackgroundColor
string
required

The HEX color of the chatbot's background color behind the messages of the selected conversation.

sideBarBackgroundColor
string
required

The HEX color of the chatbot's background color behind the conversation menu.

enabledEmoji
boolean
required

Whether or not the chatbot should use emojis.

model
string
required

The model the chatbot uses. Values can be 'gpt-4o-mini' | 'gpt-4-turbo-preview' | 'gpt-4' | 'gpt-4o-mini'.

accessLevel
string
required

The access level of the chatbot. Values can be 'PUBLIC' | 'PRIVATE' | 'PROTECTED'.

customSystemPrompt
string

The custom system prompt the chatbot uses. This defines the behavior of the chatbot.

restrictAnswersToResourcesContentResponse
string

Answer the chatbot must return if information is not found in the resources. If not set, the chatbot will not be restricted to the knowledge from the resources.

websiteIntegration
object

The website integration configuration of the chatbot. Defined if the chatbot is set to be integrated on one or more websites.