# Retrieve Overview and Security Domain URLs
source: https://developer.mastercard.com/riskrecon-api/documentation/use-cases/navigation-and-access/integrationroutes/retrieve-urls/index.md

## Overview {#overview}

Using the `GET Integration Routes` endpoint, you can retrieve a list of URLs for the **Overview** and **Security Domains** of a vendor within the **Security Profile** section of the **RiskRecon web portal**. You can then use the links of each domain to directly navigate to its page to view the respective security domain ratings and issues. Besides, you can also integrate these links into any application at your end that use the information from them.

If one of the URLs is followed by an unauthenticated user, they will be prompted to authenticate before they are redirected to the requested URL.

## Sequence Diagram {#sequence-diagram}

The following diagram shows how to retrieve the URLs for the **Overview** and **Security Domains** pages of a TOE:
Diagram retrieve-integration-routes

## Execution Steps {#execution-steps}

The following steps describe how to retrieve the URLs for the **Overview** and **Security Domains** pages of a TOE:

1. The user sends a `GET` request to retrieve the URLs for the Overview and Security Domain pages of a TOE and provides the `toe_id` as the input parameter.
2. RiskRecon provides the URLs for the Overview and Security Domain pages of the TOE.

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

For a sample request and response of this API, see [Get Overview and Security Domain URLs](https://developer.mastercard.com/riskrecon-api/documentation/testing/integration-routes-samples/retrve-int-rts-smpl/index.md).

## Use Case Example {#use-case-example}

The [Navigate directly to a security domain page of a vendor](https://developer.mastercard.com/riskrecon-api/documentation/use-cases/navigation-and-access/integrationroutes/retrieve-urls/index.md#navigate-directly-to-a-security-domain-page-of-a-vendor) use case discusses how you can use the `GET Integration Routes` endpoint to retrieve all the Overview and Security Domain pages of a TOE.

### Navigate directly to a security domain page of a vendor {#navigate-directly-to-a-security-domain-page-of-a-vendor}

A RiskRecon customer wants to navigate to a specific security domain for a particular vendor without having to navigate through the RiskRecon portal. The customer can use the `GET Integration Routes` endpoint to retrieve a list of URLs for the security domains within the Security Profile of the portal for the vendor. With the URL, the user can navigate directly to the security domain they wish to review for that vendor.

## Endpoint {#endpoint}


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

