v1
latestOpenAPI 3.1.12026-07-242899061.7 MBIntegration Routes
The Integration Routes Details API provides a list of URLs for the detailed views within each security domain in the Security Profile and its corresponding risk_dimensions section of the RiskRecon Portal.
The Integration Routes Details API provides a list of URLs for the detailed views within each security domain in the Security Profile and its corresponding risk_dimensions section of the RiskRecon Portal. API will also check if the customer has access and subscription enabled for requested risk dimensions and toes. The only parameter for this API is the TOE ID, which is required.
get/v1/integration/routes/{toe_id}/details
Path parameters
toe_idstring required
Example:5976423a-ee35-11e3-8569-14109ff1a304
Filter by the Toe ID.
Query parameters
risk_dimensions[]string[]
This parameter filters results by array of RiskDimensions. Defaults to cyber. privacy is a new option for customers with privacy licenses. ?risk_dimensions[]=privacy&risk_dimensions[]=cyber
[ "cyber" ]
Response
OK
Example response
{
"toe_short_name": "Riskrecon, CO.",
"toe_id": "5976423a-ee35-11e3-8569-14109ff1a304",
"links": [
{
"security_domain": "data_loss",
"risk_dimension": "cyber",
"link": "https://portal.example.com/vendor/123/cyber/security-profile/data_loss"
}
]
}