{ "opencollection": "1.0.0", "info": { "name": "watchTowr Platform Client Activity Log Hunts API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Hunts", "type": "folder" }, "items": [ { "info": { "name": "List all hunts", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.{region}.watchtowr.io/api/client/hunts/list", "params": [ { "name": "page", "value": "", "type": "query", "description": "Pagination page. The default value is 1." }, { "name": "page_size", "value": "", "type": "query", "description": "Pagination size. The default value is 10 and the maximum is 30." } ] }, "docs": "List all hunts" }, { "info": { "name": "Show the details of a hunt", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.{region}.watchtowr.io/api/client/hunts/show/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifier of the id." } ] }, "docs": "Show the details of a hunt" }, { "info": { "name": "List assets for a hunt", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.{region}.watchtowr.io/api/client/hunts/show/:id/assets", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifier of the id." } ] }, "docs": "List assets for a hunt" }, { "info": { "name": "List findings for a hunt", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.{region}.watchtowr.io/api/client/hunts/show/:id/findings", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifier of the id." } ] }, "docs": "List findings for a hunt" } ] } ], "bundled": true }