/
IN
infoset
/
Infoset REST API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 19h ago · Updated 19h ago
Details
Filter operations
Announcement
7
AuditLog
1
Automation
6
CallCenter
61
CallTag
5
Category
5
Chat
27
Chatbot
21
get
Get details of a chatbot
put
/v1/chatbots/{id}
delete
Delete chatbot
get
List all existing chatbots
post
Create chatbot
put
Builder aggregate save: chatbot configuration, channel links and optional custom hours. The save never touches another bot: a channel already served by a published bot is rejected at publish time (channel_conflict blocker), not silently taken over.
post
Publish the chatbot: snapshots the current config as a new immutable version
post
Roll the chatbot back to a previously published version
post
Archive the chatbot: it stops being offered to new visitors immediately
post
Unarchive the chatbot back to draft; going live again requires publish
post
Take the chatbot off the air: it goes back to draft and widgets stop offering it. Unlike archiving, the bot stays in the working list; the published version history is kept.
get
Check whether the chatbot meets the publish preconditions; returns per-condition blockers
post
Preview a (possibly unsaved) chatbot configuration without persisting anything
get
List the chatbot's published version history
put
Replace the chatbot's custom working hours. An empty list clears them.
get
/v1/chatbots/{id}/versions
get
Get details of a chatbot object
put
/v1/chatbots/objects/{id}
delete
Delete chatbot object
get
List all existing chatbot objects
post
Create chatbot object
ChatbotConnection
6
ChatRoomMetadata
1
ChatRoomThread
1
ChatTag
7
ChatWidget
5
Company
19
Contact
24
ContactGroup
5
ContactInfo
1
CopilotConfig
4
Country
1
CustomerContext
3
CustomField
5
CustomReport
10
Dashboard
8
Deal
19
Dialer
11
Email
7
Event
4
ForbiddenWordConfig
4
GenAiChatOwnership
1
GenAiConfig
3
GenAiHandoff
1
GenAiResolve
1
GenAiTyping
1
HelpCenter
16
IntegrationCapabilities
2
Intent
1
KbSyncPlan
1
Login
3
Notification
5
OutboundMessage
7
PermissionProfile
16
Pipeline
5
Plan
3
Reaction
1
Report
106
ReportVisibility
4
RoutingQueue
5
SavedFilter
5
SavedReply
5
Sentiment
1
Setting
14
SipServer
7
Sla
6
SmsLog
1
Stage
5
Survey
11
Template
5
Ticket
33
Todo
5
User
17
UserGroup
7
UserRating
5
UserState
3
Chatbot
Create chatbot object
post
/v1/chatbots/objects
Request body
ChatbotObject
required
id
integer
departmentId
integer
name
string
required
language
string
nullable
code
string
nullable
Response
Created
ChatbotObject
required
id
integer
departmentId
integer
name
string
required
language
string
nullable
code
string
nullable
Changes
No recorded changes to this endpoint across all 1 revision of this API.