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.

BETA Version This API is in early access. Functionality may change in future updates.

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/v2

  • American 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

Endpoint
Method
Description
Key Parameters

POST

Create a new flow

flow object with title, nodes, edges

GET

Read an existing flow

flow_id

POST

Update an existing flow

flow object with id, title, nodes, edges

POST

Delete a flow

flow_id

GET

List all flows

none

Node management endpoints

Endpoint
Method
Description
Key Parameters

POST

Create a new endpoint

endpoint object with type, title, properties

POST

Read an existing endpoint

endpoint_id

POST

Update an existing endpoint

endpoint object with id and updated fields

POST

Delete an endpoint

endpoint_id

POST

List all endpoints

none

Support

For questions and support, contact [email protected].

Last updated

Was this helpful?