Zum Hauptinhalt springen
POST
/
experimental
/
cortex
/
ticket
/
{ticketId}
/
callback
Handle response from cortex for ticket
curl --request POST \
  --url https://demo.enneo.ai/api/mind/experimental/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.

Autorisierungen

Authorization
string
header
erforderlich

JWT-based authentication

Pfadparameter

ticketId
integer
erforderlich

The id of the ticket

Body

application/json

The response from cortex

The body is of type object.

Antwort

Successful operation

Data format of Enneo success messages

success
boolean

Operation was successful

Beispiel:

true