Enneo

Executor Sandbox

Execute executor

POST /executor/execute/{name}

POST /executor/execute/{name}

Path parameters

namestringpathrequired

The name of the executor

Request body

parametersobjectbody

The parameters of the executor

Request Example

{
  "parameters": {
    "method": "GET",
    "api": "dev/api/health",
    "params": false
  }
}

Responses

200 — Successful operation

Response Example

{
  "success": true
}

403 — Unauthorized

500 — Internal error