{ "opencollection": "1.0.0", "info": { "name": "InsightAppSec Accounts Targets API", "version": "v1" }, "items": [ { "info": { "name": "Targets", "type": "folder" }, "items": [ { "info": { "name": "Get Targets", "type": "http" }, "http": { "method": "GET", "url": "https://[region].api.insight.rapid7.com/ias/v1/targets", "params": [ { "name": "index", "value": "", "type": "query" }, { "name": "size", "value": "", "type": "query" }, { "name": "sort", "value": "", "type": "query" }, { "name": "page-token", "value": "", "type": "query" } ] }, "docs": "Get a page of Targets, based on supplied pagination parameters.

The default sort for Targets is \"domain\" (ascending); for a full list of sortable properties, refer to the Search Catalog detailed in the Search API.

" }, { "info": { "name": "Create Target", "type": "http" }, "http": { "method": "POST", "url": "https://[region].api.insight.rapid7.com/ias/v1/targets", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Target" }, { "info": { "name": "Get Target", "type": "http" }, "http": { "method": "GET", "url": "https://[region].api.insight.rapid7.com/ias/v1/targets/:target-id", "params": [ { "name": "target-id", "value": "", "type": "path" } ] }, "docs": "Get a Target" }, { "info": { "name": "Update Target", "type": "http" }, "http": { "method": "PUT", "url": "https://[region].api.insight.rapid7.com/ias/v1/targets/:target-id", "params": [ { "name": "target-id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Target" }, { "info": { "name": "Delete Target", "type": "http" }, "http": { "method": "DELETE", "url": "https://[region].api.insight.rapid7.com/ias/v1/targets/:target-id", "params": [ { "name": "target-id", "value": "", "type": "path" } ] }, "docs": "Delete an existing Target" } ] } ], "bundled": true }