{ "opencollection": "1.0.0", "info": { "name": "ADT Business Access Codes Automation API", "version": "1" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://auth.adt.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Automation", "type": "folder" }, "items": [ { "info": { "name": "ADT List Automation Rules", "type": "http" }, "http": { "method": "GET", "url": "https://api.adt.com/business/v1/systems/:systemId/automations", "params": [ { "name": "systemId", "value": "", "type": "path", "description": "Security system ID." } ] }, "docs": "Retrieve automation rules and smart home scenes configured for the security system." } ] } ], "bundled": true }