Node
Operations for managing flow nodes (endpoints)
Create a new node.
All node types are created through this endpoint, the type is defined in the request body.
Enter an API key with the "NVX: " prefix, e.g. "NVX 123456abcdefg"
Successful creation response
Error response object
Read an existing node details.
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 details.
Enter an API key with the "NVX: " prefix, e.g. "NVX 123456abcdefg"
Input or output endpoint
Successful response
Error response object
Delete a node.
Enter an API key with the "NVX: " prefix, e.g. "NVX 123456abcdefg"
Endpoint ID in database
1723Successful response
Error response object
Get list of nodes existing in a user account.
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?