Skip to main content
GET
/
ticket
/
{ticketId}
/
quality
/
exists
Check if Live Quality Coach is configured for a ticket
curl --request GET \
  --url https://demo.enneo.ai/api/mind/ticket/{ticketId}/quality/exists \
  --header 'Authorization: Bearer <token>'
{
  "exists": true
}

Authorizations

Authorization
string
header
required

JWT-based authentication

Path Parameters

ticketId
integer
required

Ticket ID

Response

Live coach availability for this ticket

exists
boolean