curl --request POST \
--url https://demo.enneo.ai/api/mind/experimental/cortex/ticket/{ticketId}/callback \
--header 'Content-Type: application/json' \
--data '{}'
{
"success": true
}
Cookie-based authentication
The id of the ticket
The response from cortex
The body is of type object
.
Successful operation
Data format of Enneo success messages
curl --request POST \
--url https://demo.enneo.ai/api/mind/experimental/cortex/ticket/{ticketId}/callback \
--header 'Content-Type: application/json' \
--data '{}'
{
"success": true
}