API reference
Browse IoT Logic API endpoints for flow and endpoint management. Covers authentication, regional base URLs, and the full OpenAPI specification.
Last updated
Was this helpful?
Browse IoT Logic API endpoints for flow and endpoint management. Covers authentication, regional base URLs, and the full OpenAPI specification.
The IoT Logic API allows you to programmatically manage data flows and endpoints for processing IoT device data. Create flows, configure nodes, and route data between different systems.
BETA Version This API is in early access. Functionality may change in future updates.
The API is organized around two main resource types:
Flows - Manage data processing workflows. Learn more about flow concepts and structure in our technical overview.
Endpoints (Nodes) - Configure input and output endpoints for data routing. Understand different node types and their configuration in the core concepts documentation.
Looking for node schemas and examples? See Nodes (includes the Webhook node for HTTP integrations).
For a complete walkthrough of creating your first flow, see our step-by-step tutorial.
All requests require authentication using an API key with NVX: prefix in the Authorization header. See the authentication guide for detailed setup instructions.
European platform: https://api.eu.navixy.com/v2
American platform: https://api.us.navixy.com/v2
Under this section you can find a complete and interactive API reference generated from an up-to-date OpenAPI specification. There you can discover endpoint paths, parameters, object schemas (models), and test API calls right from the documentation. You can view the original OpenAPI spec used to generate our API docs here.
The Navixy IoT Logic API provides the following endpoints for managing flows and endpoints:
POST
Send external data into a connector-configured Data Source node
flow_id, node_id, plus the fields to merge
POST
Create a new endpoint
endpoint object with type, title, properties
POST
Update an existing endpoint
endpoint object with id and updated fields
For questions and support, contact support@navixy.com.
Last updated
Was this helpful?
Was this helpful?