Skip to main content
GET
/
ticket
/
{ticketId}
/
ping
Ping a ticket
curl --request GET \
  --url https://demo.enneo.ai/api/mind/ticket/{ticketId}/ping
{
  "success": true
}

Authorizations

connect.sid
string
cookie
required

Cookie-based authentication

Path Parameters

ticketId
integer
required

The id of the ticket

Example:

376189

Response

Successful operation

Data format of Enneo success messages

success
boolean

Operation was successful

Example:

true

I