{ "opencollection": "1.0.0", "info": { "name": "Terminal Shop Address App API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "App", "type": "folder" }, "items": [ { "info": { "name": "List apps", "type": "http" }, "http": { "method": "GET", "url": "https://api.terminal.shop/app" }, "docs": "List the OAuth apps associated with the current user." }, { "info": { "name": "Create app", "type": "http" }, "http": { "method": "POST", "url": "https://api.terminal.shop/app", "body": { "type": "json", "data": "{}" } }, "docs": "Create an OAuth app. The client secret is returned only at creation." }, { "info": { "name": "Get app", "type": "http" }, "http": { "method": "GET", "url": "https://api.terminal.shop/app/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get the OAuth app with the given ID." }, { "info": { "name": "Delete app", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.terminal.shop/app/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete the OAuth app with the given ID." } ] } ], "bundled": true }