POST
/
workflows
/
test-node
Test a single workflow node
curl --request POST \
  --url https://v1.api.altostrat.io/workflows/test-node \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "node": {
    "id": "node_1",
    "type": "action",
    "data": {
      "componentId": "webhook"
    }
  },
  "context": {},
  "authorization_id": "<string>"
}'
{
  "status": "success",
  "output": {}
}

Authorizations

Authorization
string
header
required

Enter the JWT token.

Body

application/json

Response

200
application/json

Node executed successfully.

The response is of type object.