ADT · Example Payload

Platform Api Device List Example

Access ControlAutomationHome SecurityIoTMonitoringSecuritySmart HomeFortune 1000

Platform Api Device List Example is an example object payload from ADT, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

devices

Example Payload

Raw ↑
{
  "devices": [
    {
      "id": "sys-001",
      "name": "Main House Security System",
      "type": "sensor",
      "status": "armed_away",
      "zone": "example",
      "batteryLevel": 5
    }
  ]
}