Authorizations
Cookie-based authentication
Path Parameters
The id of the ticket
Example:
376189
Response
Successful operation
Data format of Enneo success messages
Operation was successful
Example:
true
Ping a ticket to keep time tracking for agent
curl --request GET \
--url https://demo.enneo.ai/api/mind/ticket/{ticketId}/ping
{
"success": true
}
Cookie-based authentication
The id of the ticket
376189
Successful operation
Data format of Enneo success messages
Operation was successful
true
curl --request GET \
--url https://demo.enneo.ai/api/mind/ticket/{ticketId}/ping
{
"success": true
}