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