{ "opencollection": "1.0.0", "info": { "name": "Nudge Security Accounts API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "Search accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.nudgesecurity.io/api/1.0/accounts", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" } ] }, "docs": "Search accounts" }, { "info": { "name": "Get account", "type": "http" }, "http": { "method": "GET", "url": "https://api.nudgesecurity.io/api/1.0/accounts/:account_id", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Get account" } ] } ], "bundled": true }