{ "opencollection": "1.0.0", "info": { "name": "Samsung SmartThings Apps API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Apps", "type": "folder" }, "items": [ { "info": { "name": "List Apps", "type": "http" }, "http": { "method": "GET", "url": "https://api.smartthings.com/v1/apps" }, "docs": "Returns all SmartApps registered to the authenticated account." }, { "info": { "name": "Get App", "type": "http" }, "http": { "method": "GET", "url": "https://api.smartthings.com/v1/apps/:appId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "App ID or app name." } ] }, "docs": "Returns details for a specific SmartApp." } ] } ], "bundled": true }