{ "opencollection": "1.0.0", "info": { "name": "Samsung SmartThings Apps API", "version": "1.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": "Lists the SmartApps registered by the authenticated principal. Modeled from the public docs and SDK." }, { "info": { "name": "Create an App", "type": "http" }, "http": { "method": "POST", "url": "https://api.smartthings.com/v1/apps", "body": { "type": "json", "data": "{}" } }, "docs": "Create an App" }, { "info": { "name": "Get an App", "type": "http" }, "http": { "method": "GET", "url": "https://api.smartthings.com/v1/apps/:appNameOrId", "params": [ { "name": "appNameOrId", "value": "", "type": "path" } ] }, "docs": "Get an App" }, { "info": { "name": "Update an App", "type": "http" }, "http": { "method": "PUT", "url": "https://api.smartthings.com/v1/apps/:appNameOrId", "params": [ { "name": "appNameOrId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an App" }, { "info": { "name": "Delete an App", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.smartthings.com/v1/apps/:appNameOrId", "params": [ { "name": "appNameOrId", "value": "", "type": "path" } ] }, "docs": "Delete an App" } ] } ], "bundled": true }