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 2025-08-28 15:40:04 UTC by Michael Dance
Updated 2025-10-06 12:15:53 UTC by Michael Dance