{ "opencollection": "1.0.0", "info": { "name": "Nudge Security Accounts Apps API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Apps", "type": "folder" }, "items": [ { "info": { "name": "Search apps", "type": "http" }, "http": { "method": "GET", "url": "https://api.nudgesecurity.io/api/1.0/apps", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" } ] }, "docs": "Search and list SaaS applications discovered by Nudge Security." }, { "info": { "name": "Get app", "type": "http" }, "http": { "method": "GET", "url": "https://api.nudgesecurity.io/api/1.0/apps/:app_id", "params": [ { "name": "app_id", "value": "", "type": "path" } ] }, "docs": "Retrieve a single SaaS application by ID." }, { "info": { "name": "Set app category", "type": "http" }, "http": { "method": "POST", "url": "https://api.nudgesecurity.io/api/1.0/apps/app-category/:app_id", "params": [ { "name": "app_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Assign the app to a service category." } ] } ], "bundled": true }