{ "opencollection": "1.0.0", "info": { "name": "InsightAppSec Accounts Credential API", "version": "v1" }, "items": [ { "info": { "name": "Credential", "type": "folder" }, "items": [ { "info": { "name": "Shared Credentials", "type": "http" }, "http": { "method": "GET", "url": "https://[region].api.insight.rapid7.com/ias/v1/api/3/shared_credentials" }, "docs": "Retrieves all defined shared credential resources." }, { "info": { "name": "Shared Credentials", "type": "http" }, "http": { "method": "POST", "url": "https://[region].api.insight.rapid7.com/ias/v1/api/3/shared_credentials" }, "docs": "Creates a new shared credential." }, { "info": { "name": "Shared Credentials", "type": "http" }, "http": { "method": "DELETE", "url": "https://[region].api.insight.rapid7.com/ias/v1/api/3/shared_credentials" }, "docs": "Deletes all shared credentials." }, { "info": { "name": "Shared Credential", "type": "http" }, "http": { "method": "GET", "url": "https://[region].api.insight.rapid7.com/ias/v1/api/3/shared_credentials/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the credential." } ] }, "docs": "Retrieves the specified shared credential." }, { "info": { "name": "Shared Credential", "type": "http" }, "http": { "method": "PUT", "url": "https://[region].api.insight.rapid7.com/ias/v1/api/3/shared_credentials/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the credential." } ] }, "docs": "Updates the specified shared credential." }, { "info": { "name": "Shared Credential", "type": "http" }, "http": { "method": "DELETE", "url": "https://[region].api.insight.rapid7.com/ias/v1/api/3/shared_credentials/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the credential." } ] }, "docs": "Deletes the specified shared scan credential." } ] } ], "bundled": true }