v1
latestOpenAPI 3.1.12026-07-242899061.7 MBTOE Reports
This resource allows the ordering and downloading of toe reports
This endpoint provides the ordering of the following toe reports:
- Executive Report - The Executive Report (executive-report) provides an executive summary of the RiskRecon ratings and security performance metrics.
- Summary Report - The RiskRecon Summary Report (summary-report) provides the summary RiskRecon ratings and security performance metrics.
- Detailed Report - The RiskRecon Detailed Report (detailed-report) provides the RiskRecon ratings, security performance metrics, and detailed findings and recommendations.
- Action Plan - The action plan (action-plan) on this toe.
post/v1/toe_reports
Request body
Example request
{
"toe_id": "5976423a-ee35-11e3-8569-14109ff1a304",
"report_type": "summary-report"
}Response
OK
Example response
{
"request_id": 123,
"toe_id": "5976423a-ee35-11e3-8569-14109ff1a304",
"toe_name": "Sample Enterprises, USA",
"analysis_id": 51233544,
"report_type": "executive-report",
"report_key": "company-overview-report-Sample-Enterprises,-USA-4635645253-2024-1-9:10-21-18.pdf",
"status": "pending"
}