{ "opencollection": "1.0.0", "info": { "name": "BigID Authentication Actionable Insights Scan Profiles API", "version": "1.0" }, "items": [ { "info": { "name": "Scan Profiles", "type": "folder" }, "items": [ { "info": { "name": "Create A Scan Profile", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.bigid.tools/api/v1/scanProfiles", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new scan profile that controls which data sources are scanned and using which template." }, { "info": { "name": "Get A Scan Profile", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.bigid.tools/api/v1/scanProfiles/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve the details of a scan profile by its identifier." } ] } ], "bundled": true }