cURL
curl --request POST \ --url https://api.dualship.run/api/v1/executor/node \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "context": {}, "node": [ 123 ] } '
{ "aborted": false, "output": "<unknown>", "response": "<unknown>", "status": 200, "success": true }
Execute a node with the provided context (for testing)
JWT Bearer token authentication
Node execution request
Show child attributes
Node executed successfully
false
200
true
Was this page helpful?