Toro

The Toro Company is a leading worldwide provider of innovative solutions for the outdoor environment, including turf and landscape maintenance, snow and ice management, underground utility construction, rental and specialty construction, and irrigation and outdoor lighting solutions. Toro offers smart connected products including IntelliDash for golf course management, Horizon360 for landscape business management, Lynx Central Control for irrigation, and myTurf Pro for equipment fleet management.

3 APIs 0 Features
LandscapingIrrigationGolfEquipmentSmart Connected ProductsFleet ManagementTurf ManagementFortune 1000

APIs

Toro Horizon360

Toro Horizon360 is an all-in-one business management software for landscape contractors that enables crew scheduling, job tracking, invoicing, payment processing, customer relat...

Toro IntelliDash

Toro IntelliDash is an irrigation and fleet management platform for golf course superintendents to monitor, manage, track and maintain operations from a single dashboard. It int...

Toro myTurf

Toro myTurf Pro is a web-based equipment management solution for golf courses and sports fields that provides fleet tracking, maintenance scheduling, work orders, parts manageme...

Collections

Pricing Plans

Toro Plans Pricing

4 plans

PLANS

Rate Limits

Toro Rate Limits

1 limits

RATE LIMITS

FinOps

Toro Finops

FINOPS

Semantic Vocabularies

Toro Context

55 classes · 0 properties

JSON-LD

API Governance Rules

Toro API Rules

10 rules · 3 errors 7 warnings

SPECTRAL

JSON Structure

Toro Customer Structure

0 properties

JSON STRUCTURE

Example Payloads

Toro List Customers Example

2 fields

EXAMPLE

Press

Tornado Infrastructure Equipment Securityholders Approve ...

2026-05-25

Guillermo del Toro said, “I would rather die than use AI.”

2026-05-25

Autonomous Solutions

2026-05-25

Guillermo del Toro Denounces AI While Accepting ' ...

2026-05-25

tbh me anytime del Toro speaks, but the anti-ai stance is * ...

2026-05-25

Resources

🔗
Website
Website
🔗
Developer
Developer
📰
Blog
Blog
🔗
LinkedIn
LinkedIn
🔗
Rules
Rules
🔗
Vocabulary
Vocabulary
🔗
JSONLDContext
JSONLDContext

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Toro IntelliDash
  version: 1.0.0
request:
  auth:
    type: apikey
    key: X-API-Key
    value: '{{X-API-Key}}'
    placement: header
items:
- info:
    name: Irrigation
    type: folder
  items:
  - info:
      name: Get Irrigation Status
      type: http
    http:
      method: GET
      url: https://api.intellidash.toro.com/v1/irrigation/status
    docs: Returns the current status of all irrigation systems and controllers.
  - info:
      name: Start Irrigation
      type: http
    http:
      method: POST
      url: https://api.intellidash.toro.com/v1/irrigation/zones/:zoneId/start
      params:
      - name: zoneId
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Manually start irrigation for a specific zone.
  - info:
      name: Stop Irrigation
      type: http
    http:
      method: POST
      url: https://api.intellidash.toro.com/v1/irrigation/zones/:zoneId/stop
      params:
      - name: zoneId
        value: ''
        type: path
    docs: Stop active irrigation for a specific zone.
- info:
    name: Zones
    type: folder
  items:
  - info:
      name: List Irrigation Zones
      type: http
    http:
      method: GET
      url: https://api.intellidash.toro.com/v1/irrigation/zones
      params:
      - name: status
        value: ''
        type: query
        description: Filter zones by status
    docs: Returns all defined irrigation zones and their current configuration.
  - info:
      name: Get Irrigation Zone
      type: http
    http:
      method: GET
      url: https://api.intellidash.toro.com/v1/irrigation/zones/:zoneId
      params:
      - name: zoneId
        value: ''
        type: path
    docs: Returns details for a specific irrigation zone.
- info:
    name: Equipment
    type: folder
  items:
  - info:
      name: List Fleet Equipment
      type: http
    http:
      method: GET
      url: https://api.intellidash.toro.com/v1/equipment
      params:
      - name: status
        value: ''
        type: query
      - name: type
        value: ''
        type: query
        description: Filter by equipment type (mower, utility, irrigation, etc.)
    docs: Returns all equipment in the golf course fleet with health and location data.
  - info:
      name: Get Fleet Equipment
      type: http
    http:
      method: GET
      url: https://api.intellidash.toro.com/v1/equipment/:equipmentId
      params:
      - name: equipmentId
        value: ''
        type: path
    docs: Returns detailed information and health data for a specific piece of equipment.
  - info:
      name: Get Equipment Location
      type: http
    http:
      method: GET
      url: https://api.intellidash.toro.com/v1/equipment/:equipmentId/location
      params:
      - name: equipmentId
        value: ''
        type: path
    docs: Returns the current GPS location of a specific piece of equipment.
- info:
    name: Sensors
    type: folder
  items:
  - info:
      name: List Sensors
      type: http
    http:
      method: GET
      url: https://api.intellidash.toro.com/v1/sensors
      params:
      - name: type
        value: ''
        type: query
        description: Filter by sensor type
    docs: Returns all environmental and soil sensors and their latest readings.
  - info:
      name: Get Sensor Readings
      type: http
    http:
      method: GET
      url: https://api.intellidash.toro.com/v1/sensors/:sensorId/readings
      params:
      - name: sensorId
        value: ''
        type: path
      - name: startDate
        value: ''
        type: query
      - name: endDate
        value: ''
        type: query
      - name: interval
        value: ''
        type: query
    docs: Returns historical readings for a specific sensor.
- info:
    name: Reports
    type: folder
  items:
  - info:
      name: Get Water Usage Report
      type: http
    http:
      method: GET
      url: https://api.intellidash.toro.com/v1/reports/water-usage
      params:
      - name: startDate
        value: ''
        type: query
      - name: endDate
        value: ''
        type: query
      - name: groupBy
        value: ''
        type: query
    docs: Returns a water usage summary report for a given date range.
  - info:
      name: Get Equipment Health Report
      type: http
    http:
      method: GET
      url: https://api.intellidash.toro.com/v1/reports/equipment-health
      params:
      - name: asOf
        value: ''
        type: query
        description: Report date (defaults to today)
    docs: Returns a fleet equipment health summary and maintenance status report.
bundled: true