Skip to main content

Close a Ticket

URL: https://yourdomain.com/api/tickets/close

Type: POST

{
  "id": 8,
}
customer_id: The ID of the customer, who owns the ticket, this makes sure they can close the ticket.
id: This is the ticket ID.

The result returns the ticket ID.