Home
API Catalog
About
Back to System
Zoho Desk API
1.0.0
OAS 3.0
Servers
https://desk.zoho.com/api/v1
Authorize
Tickets
GET
/tickets
List Tickets
POST
/tickets
Create Ticket
GET
/tickets
/{ticketId}
Get Ticket
PATCH
/tickets
/{ticketId}
Update Ticket
DELETE
/tickets
/{ticketId}
Delete Ticket
POST
/tickets
/{ticketId}
/tags
Associate Tag with Ticket
GET
/tickets
/{ticketId}
/tasks
List Ticket Tasks
POST
/tickets
/{ticketId}
/tasks
Add Ticket Task
GET
/tickets
/{ticketId}
/comments
List Ticket Comments
POST
/tickets
/{ticketId}
/comments
Add Ticket Comment
DELETE
/tickets
/{ticketId}
/tags
/{tagId}
Disassociate Tag from Ticket
Contacts
GET
/contacts
List Contacts
POST
/contacts
Create Contact
GET
/contacts
/{contactId}
Get Contact
PATCH
/contacts
/{contactId}
Update Contact
DELETE
/contacts
/{contactId}
Delete Contact
GET
/contacts
/{contactId}
/tickets
List Contact's Tickets
Agents
GET
/agents
List Agents
POST
/agents
Create Agent
GET
/agents
/{agentId}
Get Agent
PATCH
/agents
/{agentId}
Update Agent
DELETE
/agents
/{agentId}
Delete Agent
Departments
GET
/departments
List Departments
GET
/departments
/{departmentId}
Get Department
GET
/departments
/{departmentId}
/agents
List Agents in Department
Knowledge Base
GET
/articles
List Articles
POST
/articles
Create Article
GET
/articles
/{articleId}
Get Article
PATCH
/articles
/{articleId}
Update Article
DELETE
/articles
/{articleId}
Delete Article
Tasks
GET
/tasks
/{taskId}
Get Task
PATCH
/tasks
/{taskId}
Update Task
DELETE
/tasks
/{taskId}
Delete Task
Comments
GET
/comments
/{commentId}
Get Comment
DELETE
/comments
/{commentId}
Delete Comment
Tags
GET
/tags
List Tags
POST
/tags
Create Tag
GET
/tags
/{tagId}
Get Tag
DELETE
/tags
/{tagId}
Delete Tag
Search
GET
/search
Search across resources
Schemas
Tag
Task
Agent
Error
Ticket
Article
Comment
Contact
TagCreate
Department
TaskCreate
TaskUpdate
AgentCreate
AgentUpdate
TicketCreate
TicketUpdate
ArticleCreate
ArticleUpdate
CommentCreate
ContactCreate
ContactUpdate
PaginationInfo
TagListResponse
TaskListResponse
AgentListResponse
TicketListResponse
ArticleListResponse
CommentListResponse
ContactListResponse
DepartmentListResponse