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.
ticket_id: This is the ticket ID.

The result returns the ticket ID.

Revision #4
Created 28 August 2025 15:40:04 by Michael Dance
Updated 6 October 2025 12:15:53 by Michael Dance