Toro · Example Payload

Toro Get Irrigation Status Example

LandscapingIrrigationGolfEquipmentSmart Connected ProductsFleet ManagementTurf ManagementFortune 1000

Toro Get Irrigation Status Example is an example object payload from Toro, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://api.intellidash.toro.com/v1/irrigation/status",
    "headers": {
      "X-API-Key": "{api_key}",
      "Accept": "application/json"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "systemStatus": "normal",
      "activeZones": 3,
      "totalZones": 24,
      "weatherHold": false,
      "lastUpdated": "2026-05-03T06:30:00Z"
    }
  }
}