GET
/
profile
/
ping
curl --request GET \
  --url https://demo.enneo.ai/api/mind/profile/ping
{
  "success": true
}

Authorizations

connect.sid
string
cookie
required

Cookie-based authentication

Query Parameters

ticketId
integer

ID of the ticket the user has currently opened, if any

action
enum<string>

Any special action the user might have performed, such as closing the browser window/tab or another reason to stop tacking

Available options:
browserClosed,
stop

Response

200
application/json
Successful operation

Data format of Enneo success messages

success
boolean

Operation was successful