Skip to main content
GET
/
profile
/
ping
Ping endpoint to track user activity
curl --request GET \
  --url https://demo.enneo.ai/api/mind/profile/ping \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

JWT-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

Successful operation

Data format of Enneo success messages

success
boolean

Operation was successful

Example:

true