{ "opencollection": "1.0.0", "info": { "name": "watchTowr Platform Client Activity Log Findings API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Findings", "type": "folder" }, "items": [ { "info": { "name": "List all findings", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.{region}.watchtowr.io/api/client/findings/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 findings" }, { "info": { "name": "Show the details of a finding", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.{region}.watchtowr.io/api/client/findings/show/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifier of the id." } ] }, "docs": "Show the details of a finding" }, { "info": { "name": "List available finding statuses", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.{region}.watchtowr.io/api/client/findings/statuses" }, "docs": "List available finding statuses" }, { "info": { "name": "Export a finding as PDF", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.{region}.watchtowr.io/api/client/findings/export/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifier of the id." } ] }, "docs": "Export a finding as PDF" }, { "info": { "name": "Start a retest of a specific finding", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.{region}.watchtowr.io/api/client/findings/retest/:finding_id", "params": [ { "name": "finding_id", "value": "", "type": "path", "description": "Identifier of the finding_id." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Start a retest of a specific finding" }, { "info": { "name": "Update the status of a finding", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.{region}.watchtowr.io/api/client/findings/status/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifier of the id." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the status of a finding" } ] } ], "bundled": true }