{ "opencollection": "1.0.0", "info": { "name": "ADT Business Access Codes Sites 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": "Sites", "type": "folder" }, "items": [ { "info": { "name": "ADT List Business Sites", "type": "http" }, "http": { "method": "GET", "url": "https://api.adt.com/business/v1/sites", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of sites to return." }, { "name": "offset", "value": "", "type": "query", "description": "Pagination offset." } ] }, "docs": "Retrieve all business sites with security systems for the authenticated account." }, { "info": { "name": "ADT Get a Business Site", "type": "http" }, "http": { "method": "GET", "url": "https://api.adt.com/business/v1/sites/:siteId", "params": [ { "name": "siteId", "value": "", "type": "path", "description": "Unique identifier of the business site." } ] }, "docs": "Retrieve details of a specific business site including security status and device inventory." } ] } ], "bundled": true }