ADT · Example Payload

Platform Api System List Example

Access ControlAutomationHome SecurityIoTMonitoringSecuritySmart HomeFortune 1000

Platform Api System 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

systems

Example Payload

Raw ↑
{
  "systems": [
    {
      "id": "sys-001",
      "name": "Main House Security System",
      "status": "disarmed",
      "address": "123 Main St, Anytown, CA 90210",
      "type": "residential",
      "lastModified": "2025-03-15T14:30:00Z"
    }
  ]
}