{ "opencollection": "1.0.0", "info": { "name": "vivenu access-lists scan-zones API", "version": "1.0.0" }, "items": [ { "info": { "name": "scan-zones", "type": "folder" }, "items": [ { "info": { "name": "scan-zones/list", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/scan-zones", "params": [ { "name": "top", "value": "", "type": "query", "description": "A limit on the number of objects to be returned. Can range between 1 and 1000." }, { "name": "skip", "value": "", "type": "query", "description": "The number of objects to skip for the requested result" }, { "name": "name", "value": "", "type": "query", "description": "The name to filter for." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Scan Zones" }, { "info": { "name": "scan-zones/create", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/scan-zones", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a Scan Zone" }, { "info": { "name": "scan-zones/get", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/scan-zones/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the Scan Zone" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a Scan Zone" }, { "info": { "name": "scan-zones/update", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/scan-zones/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the Scan Zone" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a Scan Zone" } ] } ], "bundled": true }