POST
/
experimental
/
cortex
/
ticket
/
{ticketId}
/
callback
curl --request POST \
  --url https://demo.enneo.ai/api/mind/experimental/cortex/ticket/{ticketId}/callback \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "success": true
}

Authorizations

connect.sid
string
cookie
required

Cookie-based authentication

Path Parameters

ticketId
integer
required

The id of the ticket

Body

application/json · object
The response from cortex

The body is of type object.

Response

200
application/json
Successful operation

Data format of Enneo success messages

success
boolean

Operation was successful