{ "opencollection": "1.0.0", "info": { "name": "InsightAppSec Accounts API", "version": "v1" }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "Search accounts", "type": "http" }, "http": { "method": "POST", "url": "https://[region].api.insight.rapid7.com/ias/v1/idr/v1/accounts/_search", "params": [ { "name": "index", "value": "0", "type": "query", "description": "The optional, 0 based index of the page to retrieve. Must be an integer greater than or equal to 0." }, { "name": "size", "value": "20", "type": "query", "description": "The optional size of the page to retrieve. Must be an integer greater than 0 or less than or equal to 1000." } ], "body": { "type": "json", "data": "{}" } }, "docs": "A search API for accounts. You can search for accounts matching the given search criteria.
| Field | Can Search? | Can Sort? | Type |
|---|---|---|---|
| authentication_service | Yes | Yes | String |
| disabled | Yes | No | Boolean |
| domain | Yes | Yes | String |
| name | Y" }, { "info": { "name": "Get account by RRN", "type": "http" }, "http": { "method": "GET", "url": "https://[region].api.insight.rapid7.com/ias/v1/idr/v1/accounts/:rrn", "params": [ { "name": "rrn", "value": "", "type": "path", "description": "The RRN of the account." } ] }, "docs": "Retrieve an account with the given RRN (Rapid7 Resource Name)." } ] } ], "bundled": true } |