Skip to main content

IoTee Exchange API

IoT device management API with REST endpoints and WebSocket realtime subscriptions. Connects to MQTT brokers for device communication.

Base URL

https://api.example.com

Quick Reference

MethodEndpointAuthDescription
GET/health-Health check
GET/stats🔐System statistics
GET/devicesList devices
GET/devices/:idGet device
GET/devices/:id/gpsGPS telemetry
GET/devices/:id/batteryBattery telemetry
POST/devices/:id/commandsSend command
GET/tripsGet trips
GET/trips/activeGet active trips
GET/trips/:hardwareId/activeGet active trip by device
GET/users🔐List users
WS/realtimeWebSocket
Legend: - No auth | User | 🔐 Admin