Home
API Catalog
About
Back to System
LiveChat API
1.0.0
OAS 3.0
Servers
https://api.livechat.com/v1
Authorize
Chats
GET
/chats
List chats
POST
/chats
Create chat
GET
/chats
/{chatId}
Get chat details
PUT
/chats
/{chatId}
Update chat
DELETE
/chats
/{chatId}
Delete chat
POST
/chats
/{chatId}
/tags
Add tag to chat
GET
/chats
/{chatId}
/messages
List chat messages
POST
/chats
/{chatId}
/messages
Send message
Agents
GET
/agents
List agents
POST
/agents
Create agent
GET
/agents
/{agentId}
Get agent
PUT
/agents
/{agentId}
Update agent
DELETE
/agents
/{agentId}
Delete agent
Visitors
GET
/visitors
List visitors
POST
/visitors
Create visitor
GET
/visitors
/{visitorId}
Get visitor
PUT
/visitors
/{visitorId}
Update visitor
DELETE
/visitors
/{visitorId}
Delete visitor
Groups
GET
/groups
List groups
POST
/groups
Create group
GET
/groups
/{groupId}
Get group
PUT
/groups
/{groupId}
Update group
DELETE
/groups
/{groupId}
Delete group
Tags
GET
/tags
List tags
POST
/tags
Create tag
GET
/tags
/{tagId}
Get tag
PUT
/tags
/{tagId}
Update tag
DELETE
/tags
/{tagId}
Delete tag
Canned Responses
GET
/canned_responses
List canned responses
POST
/canned_responses
Create canned response
GET
/canned_responses
/{cannedResponseId}
Get canned response
PUT
/canned_responses
/{cannedResponseId}
Update canned response
DELETE
/canned_responses
/{cannedResponseId}
Delete canned response
Webhooks
GET
/webhooks
List webhooks
POST
/webhooks
Create webhook
GET
/webhooks
/{webhookId}
Get webhook
DELETE
/webhooks
/{webhookId}
Delete webhook
Team
GET
/team_members
List team members
Reports
GET
/reports
/summary
Get reports summary
Schemas
Tag
Chat
Agent
Error
Group
Message
Visitor
Webhook
TagInput
ChatInput
AgentInput
GroupInput
IdResponse
TeamMember
MessageInput
VisitorInput
WebhookInput
CannedResponse
StatusResponse
CannedResponseInput