Node
Operations for managing flow nodes (endpoints)
Create a new node within a flow. Supports all node types existing in IoT Logic. The node type is specified in the request body's type field.
Enter an API key with the "NVX: " prefix, e.g. "NVX 123456abcdefg"
Successful creation response
Error response object
Retrieve detailed configuration for a specific node. Returns complete node data including type-specific configuration, position, and enabled status. Use this endpoint to inspect individual node configuration without retrieving the entire flow.
Enter an API key with the "NVX: " prefix, e.g. "NVX 123456abcdefg"
Endpoint ID in database
1723Successful response to read endpoint
Error response object
Update an existing node configuration. Requires the complete node object including all required fields for the node type. Changes to nodes in enabled flows take effect immediately and may impact active data processing.
Enter an API key with the "NVX: " prefix, e.g. "NVX 123456abcdefg"
Input or output endpoint
Successful response
Error response object
Permanently delete a node from accoun. Automatically removes all edges connected to this node. Deleting critical nodes (Data Source or Output Endpoint) from enabled flows will interrupt data processing. Verify flow integrity after deletion.
Enter an API key with the "NVX: " prefix, e.g. "NVX 123456abcdefg"
Endpoint ID in database
1723Successful response
Error response object
List all nodes across all flows in the user account. Returns complete node configurations including type, data, and position for each node. To retrieve nodes for a specific flow, use the flow read endpoint instead.
Enter an API key with the "NVX: " prefix, e.g. "NVX 123456abcdefg"
Successful response to read a list of endpoints
Error response object
Last updated
Was this helpful?