Waterly WaterlyConnect Developer Hub
WaterlyConnect

Connect anything to Waterly.

WaterlyConnect is the integration layer between your systems and Waterly's cloud platform. Discover an organization's operating model, read normalized time-series data, or submit field measurements from Node.js, Python, PowerShell, Ignition, and industrial gateways.

POST /api/data-submission/v1/submit
// POST https://connect.waterly.com/api/data-submission/v1/submit // X-Waterly-Request-Type: WaterlyConnect // X-Waterly-Connect-Token: <your-token> { "timestamp": 1629489199, "device": { "id": "lift-station-04", "type": "SCADA Gateway" }, "tags": [ { "name": "WetWellLevel", "value": "12.7", "last_change_timestamp": 1629489199 } ] }

Read from Waterly or send field data in.

Use the Data Retrieval API to explore organization and time-series data, or the Data Submission API to send measurements from devices and industrial systems.

Data Retrieval API

Explore an organization's hierarchy—from system groups and systems through sites, processes, components, and metrics—then read normalized data points over a date range.

REST v1 Read only

Data Submission API

Post real-time and historical tag data from any field device, controller, or SCADA system into Waterly. One endpoint accepts device identity and an array of named measurements with timestamps.

REST v1 WaterlyConnect

Need credentials or implementation support?

Reach out to the Waterly team to receive your submission endpoint, client token, and device identity. Support is also available for rollout questions and environment-specific configuration.