POST
/
executor
/
execute
/
{name}
curl --request POST \
  --url https://demo.enneo.ai/api/mind/executor/execute/{name} \
  --header 'Content-Type: application/json' \
  --data '{
  "parameters": {
    "method": "GET",
    "api": "dev/api/health",
    "params": false
  }
}'
{
  "success": true
}

Authorizations

connect.sid
string
cookie
required

Cookie-based authentication

Path Parameters

name
string
required

The name of the executor

Body

application/json
parameters
object

The parameters of the executor

Response

200
application/json
Successful operation

Data format of Enneo success messages

success
boolean

Operation was successful