Skip to content

REST API

The WLTE REST API provides device queries, relay control, and command result lookup over standard HTTP with Bearer Token authentication.

Service Address

text
https://openapi.svnwi.com

{baseUrl} throughout this documentation refers to this address. Example full request URL:

text
https://openapi.svnwi.com/wlte/v1/devices

Integration Flow

  1. Call Create Access Token to obtain accessToken.
  2. Use Authorization: Bearer {accessToken} to call device APIs.
  3. Call List Devices to get accessible devices.
  4. If you need the IO definition of a device type, call List Device Type Definitions.
  5. Call Create Relay Command to send a control command.
  6. Call Get Command Result to check the execution result.

Endpoint Summary

MethodPathDescriptionScope
POST/wlte/v1/auth/tokenCreate access token
GET/wlte/v1/devicesList devicesdevice:read
GET/wlte/v1/devices/{deviceId}Get device detaildevice:read
GET/wlte/v1/device-profilesList device type definitionsdevice:read
POST/wlte/v1/devices/{deviceId}/relays/{index}/commandsCreate relay commanddevice:control
GET/wlte/v1/commands/{commandId}Get command resultdevice:control
  1. Response Envelope
  2. Base URL and Headers
  3. Permissions
  4. Pagination
  5. Rate Limits and Retries
  6. Create Access Token
  7. List Devices
  8. Get Device
  9. List Device Type Definitions
  10. Create Relay Command
  11. Get Command Result
  12. Status Code Overview

Reference

Docs buildVersion v1.2.19-20260602-174859-60
Copyright © 2026 WLTE