POST
/
api
/
public
/
ticket
/
close
/
contact
/
{contactId}
Close a ticket
curl --request POST \
  --url https://api.vambe.me/api/public/ticket/close/contact/{contactId} \
  --header 'x-api-key: <x-api-key>'

Headers

x-api-key
string
required

API key needed to authorize the request

Path Parameters

contactId
string
required

Query Parameters

status
enum<string>
required
Available options:
undefined,
lost,
won

Response

200

Ticket closed successfully