Updates a ticket.
{your-subdomain} with your workspace’s subdomain. X-Api-Key is used to authenticate requests using an API key. Provide your API key in this header to access protected endpoints. Refer to Authentication for more information.
ID of the ticket to retrieve comments for. You can use either the ticket ID (UUID) or ticket number (sequential number) interchangeably. Refer to Getting Ticket ID section for detailed instructions.
Email address of the customer.
"john@example.com"
Subject for the ticket.
"How to resolve the pending payments"
Description for the ticket.
"I need your help in resolving the pending payments."
Custom ticket fields. Refer to the ticket fields article for more details.
{ "Country": "USA" }Status for the ticket. Default statuses include new, open, on_hold, waiting_on_customer, closed, spam, trash. Custom statuses are also supported.
"closed"
Priority for the ticket.
low, medium, high, urgent "urgent"
Category for the ticket. Default categories include None, Questions, Incident, Problem, Feature request, Refund. Custom categories are also supported.
"Problem"
Sub-category for the ticket.
"Billing"
Second-level sub-category for the ticket.
"Refund"
Name of an existing group.
"sales"
Email address belonging to a team member.
"oliver@example.com"
Tags to assign to the ticket.
["refund", "urgent"]Resolution due date for the ticket.
"2025-12-31T23:59:59Z"
OK - Request succeeded