API reference
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.
Overview
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.
For a complete walkthrough of creating your first flow, see our step-by-step tutorial.
Authentication
All requests require authentication using an API key with NVX: prefix in the Authorization header. See the authentication guide for detailed setup instructions.
Base URLs
European platform:
https://api.eu.navixy.com/v2American platform:
https://api.us.navixy.com/v2
OpenAPI spec
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.
Quick endpoint reference
The Navixy IoT Logic API provides the following endpoints for managing flows and endpoints:
Flow management endpoints
Node management endpoints
POST
Create a new endpoint
endpoint object with type, title, properties
POST
Update an existing endpoint
endpoint object with id and updated fields
Support
For questions and support, contact [email protected].
Last updated
Was this helpful?