Infraon API Guide
Product DocsSchemaAuthentication
  • Welcome
    • Base URL
    • Authorization
    • Responses
  • Modules
    • Schema
    • Authentication
    • Announcement
    • API Registration
    • Async Tasks
    • BusinessRule
    • BusinessServiceConfiguration
    • Service Catalogue
    • CMDBBlacklistWhitelist
    • CMDBCategory
    • CMDBConsumables
    • Ux
    • CMDBSoftwareLicense
    • Cmdb
    • CMDBRelation
    • CMDBSoftware
    • ContractManagement
    • Department
    • Events
    • Field Configuration
    • IMACD
    • Knowledge Base
    • Leaves
    • Chat
    • Marketplace
    • APIViewSet
    • BeepViewSet
    • SMSviewset
    • Suppressedviewset
    • Organization Location
    • Partner
    • Predicted Events
    • Requester
    • Service Feasibility Requests
    • Role Profile
    • Tag
    • Service_outage
    • Teams
    • Telecom Settings
    • Trap Configurations
    • User Profile
    • Vendor Managemment
    • Association Events
    • Device Template
    • Discovery Configuration
    • Jobs
    • MIB Explorer
    • Seasonal Events
    • IPAM
    • Log Grok Pattern Configuration
    • Log Pipeline Configuration
    • Log Integraion
    • Log Search
    • CLI Download Jobs
    • Configuration Profiles
    • Configuration Policies
    • Configuration Rules
    • Configuration Search
    • Configuration Template
    • Configuration Trigger
    • Jobs Account Audit
    • Manage Vulnerabilities
    • OS Image Download
    • Rule Group
    • Configuration Upload Jobs
    • Work Flow Jobs
    • Change
    • Checklist
    • Incident
    • Problem
    • Release
    • Request Process
    • Task
    • Models
Powered by GitBook
On this page
  1. Modules

Chat

PreviousLeavesNextMarketplace

Gets a list of chat config

get

This endpoint is used to fetch the chat config in the current organization

Authorizations
Responses
200
No response body
get
GET /ux/common/live_chat/chat/ HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
200

No response body

No content

Updates the chat config

post

This endpoint is used to update the chat config for the current organization

Authorizations
Responses
201
No response body
post
POST /ux/common/live_chat/chat/ HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
201

No response body

No content

get

Live Chat API endpoints

Authorizations
Path parameters
idstringRequired
Responses
200
No response body
get
GET /ux/common/live_chat/chat/{id}/ HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
200

No response body

No content

put

Live Chat API endpoints

Authorizations
Path parameters
idstringRequired
Responses
200
No response body
put
PUT /ux/common/live_chat/chat/{id}/ HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
200

No response body

No content

delete

Live Chat API endpoints

Authorizations
Path parameters
idstringRequired
Responses
204
No response body
delete
DELETE /ux/common/live_chat/chat/{id}/ HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
204

No response body

No content

post

Live Chat API endpoints

Authorizations
Responses
200
No response body
post
POST /ux/common/live_chat/chat/chat_status/ HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
200

No response body

No content

post

Live Chat API endpoints

Authorizations
Responses
200
No response body
post
POST /ux/common/live_chat/chat/chats/ HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
200

No response body

No content

get

Live Chat API endpoints

Authorizations
Responses
200
No response body
get
GET /ux/common/live_chat/chat/messages/ HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
200

No response body

No content

Gets a list of chat config options

get

This endpoint is used to fetch all the option for chat config in the current organization

Authorizations
Responses
200
No response body
get
GET /ux/common/live_chat/chat/options/ HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
200

No response body

No content

post

Live Chat API endpoints

Authorizations
Responses
200
No response body
post
POST /ux/common/live_chat/chat/start_chat/ HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
200

No response body

No content

  • GETGets a list of chat config
  • POSTUpdates the chat config
  • GET/ux/common/live_chat/chat/{id}/
  • PUT/ux/common/live_chat/chat/{id}/
  • DELETE/ux/common/live_chat/chat/{id}/
  • POST/ux/common/live_chat/chat/chat_status/
  • POST/ux/common/live_chat/chat/chats/
  • GET/ux/common/live_chat/chat/messages/
  • GETGets a list of chat config options
  • POST/ux/common/live_chat/chat/start_chat/