Skip to main content

Close a Ticket

To log a customer in:

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

Type: POST

{
  "user": {
    "id": 1,
    "name": "Joe Doe",
    "email": "joedoe@example.com",
    "email_verified_at": null,
    "company": "Demo Ltd",
    "phone_number": "",
    "billing_id": "0",
    "billing_system": "",
    "account_manager": "0",
    "biography": "",
    "created_at": "2025-07-13T17:15:25.000000Z",
    "updated_at": "2025-07-13T17:22:37.000000Z"
  }8,
}

email:customer_id: The email addressID of the customer.

customer,

password:who The password ofowns the customer.

ticket, this makes sure they can close the ticket.
id: This is the ticket ID.

The result returns the ticket ID.