Tunnels/Sessions API Reference
1. Device Tunnels/Sessions
Feature: Device Tunnels/Sessions Management - Create, list, retrieve, and delete tunnels/sessions for WEDA Node devices to enable secure remote access and communication.
- Create Tunnel/Session
POST /api/v1/devices/{deviceId}/tunnels/sessions - Get Device Tunnels/Sessions
GET /api/v1/devices/{deviceId}/tunnels/sessions - Delete Tunnel/Session
DELETE /api/v1/devices/{deviceId}/tunnels/sessions/{tunnelSessionId} - Get Device Tunnel/Session by ID
GET /api/v1/devices/{deviceId}/tunnels/sessions/{tunnelSessionId}
Last updated on Apr-8, 2026 | Version 1.0.0