{ "opencollection": "1.0.0", "info": { "name": "watchTowr Platform Client Activity Log Suspicious Domains API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Suspicious Domains", "type": "folder" }, "items": [ { "info": { "name": "List all suspicious domains", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.{region}.watchtowr.io/api/client/suspicious-domain/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 suspicious domains" }, { "info": { "name": "Show the details of a suspicious domain", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.{region}.watchtowr.io/api/client/suspicious-domain/show/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifier of the id." } ] }, "docs": "Show the details of a suspicious domain" } ] } ], "bundled": true }