curl --request POST \
--url https://demo.enneo.ai/api/mind/internal/cortex/ticket/{ticketId}/callback \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"success": true
}Internal endpoint called by the Cortex microservice to deliver AI processing results for a ticket.
Requires the x-internal-communication-token header — regular user tokens are rejected.
curl --request POST \
--url https://demo.enneo.ai/api/mind/internal/cortex/ticket/{ticketId}/callback \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"success": true
}Documentation Index
Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt
Use this file to discover all available pages before exploring further.
JWT-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
Operation was successful
true