Chatbots

Create Chatbot

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
namestringRequired
descriptionstring | nullableOptional
instructionsstringRequired
longcodeIdnumberRequired
filesstring[]Optional
isEnabledbooleanOptional
Responses
chevron-right
200

Success

application/json
post
/chatbots

Get Chatbot

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
chatbotIdstringRequired
Responses
chevron-right
200

Success

application/json
get
/chatbots/{chatbotId}

Update Chatbot

patch
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
chatbotIdstringRequired
Body
namestringOptional
descriptionstring | nullableOptional
instructionsstringOptional
filesstring[]Optional
isEnabledbooleanOptional
Responses
chevron-right
200

Success

application/json
patch
/chatbots/{chatbotId}

List Chatbots

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
pagenumberOptional
pageSizenumberOptional
sortBystringOptional
sortDirectionstring · enumOptionalPossible values:
querystringOptional
Responses
chevron-right
200

Success

application/json
get
/chatbots

Last updated

Was this helpful?