Executor Sandbox
Execute executor
POST /executor/execute/{name}
POST /executor/execute/{name}
Path parameters
namestringpathrequiredThe name of the executor
Request body
parametersobjectbodyThe 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