# Retrieve Integration Routes for TOE
source: https://developer.mastercard.com/riskrecon-api/documentation/use-cases/navigation-and-access/integrationroutes/retrieve-toe-routes/index.md

## Overview {#overview}

The `GET Integration Routes for TOE` endpoint enables API users to retrieve direct links to the RiskRecon portal for a specific Target of Evaluation (TOE). These links allow users to navigate detailed cyber and privacy risk profiles and security domains for the vendor, providing deeper insight into domain ratings and risk dimensions.

This helps application developers embed direct links to the RiskRecon platform into their platforms, enabling end-users to explore detailed information about a vendor's risk posture. It supports streamlined navigation for risk analysis, compliance reviews, and third-party integrations.

## Sequence Diagram {#sequence-diagram}

Diagram retrieve-toe-routes

## Execution Steps {#execution-steps}

The following steps describe how to retrieve integration routes for a TOE:

1. The user sends a `GET` request specifying a TOE ID, optionally including:
   * `toe_id` (string): Unique identifier for the Target of Evaluation.
2. Based on parameters:
   * `risk_dimension_list` is omitted, the response defaults to cyber related links.
   * If dimensions are provided, only licensed dimensions are returned.
3. RiskRecon returns a JSON object containing links, `toe_id` and `toe_short_name`, portal links for cyber overview and security domains, and associated metadata (risk dimension, security domain).

## Sample Request and Response {#sample-request-and-response}

For a sample response of this endpoint, visit [Retrieve Integration Routes for TOE](https://developer.mastercard.com/riskrecon-api/documentation/testing/integration-routes-samples/retrieve-toe-routes-smpl/index.md).

## Use Case Examples {#use-case-examples}

This endpoint provides direct navigation links to vendor risk insights, enabling seamless integration into external systems.

#### Embed Vendor Cyber Risk Profiles in Third-Party Applications {#embed-vendor-cyber-risk-profiles-in-third-party-applications}

Integration partners and developers can use this API to embed direct links to RiskRecon's cyber risk profiles within their own platforms. This allows end-users to access detailed vendor risk insights when needed.

#### Enable Quick Access to Security Domain Insights {#enable-quick-access-to-security-domain-insights}

Risk analysts can leverage these portal links to navigate directly to specific security domains (for example, patching, encryption, application security) for deeper investigation. This accelerates root-cause analysis and targeted remediation planning.

#### Streamline Compliance and Risk Review Processes {#streamline-compliance-and-risk-review-processes}

Compliance teams can incorporate these links into dashboards, audit reports, or governance tools, enabling auditors and stakeholders to quickly verify vendor posture during assessments. This reduces manual navigation and supports faster decision-making.

## Endpoint {#endpoint}


API Reference: `GET /v1/integration/routes/{toe_id}/details`

