---
title: "The Integration Routes API provides a list of URLs for the security domains within the Security Profile section of the RiskRecon Portal."
method: GET
path: "/v1/integration/routes/{toe_id}"
tags: ["Integration Routes"]
---

# The Integration Routes API provides a list of URLs for the security domains within the Security Profile section of the RiskRecon Portal.

`GET /v1/integration/routes/{toe_id}`

The Integration Routes API provides a list of URLs for the security domains within the Security Profile section of the RiskRecon Portal.
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.
The only parameter for this API is the TOE ID, which is required.

## Path parameters

- `toe_id` string, required

## Response `200`

OK

- IntegrationRoute — An object containing the available portal routes.
  - `toe_short_name` string — The Company or entity name.
  - `toe_id` string, uuid — The unique identifier for the Target Of Evaluation (TOE).
  - `links` IntegrationLinks — An object containing the available portal routes.
    - `web_encryption` string — A link to the relevant page on the RiskRecon site for the given security domain and TOE id.
    - `web_app_security` string — A link to the relevant page on the RiskRecon site for the given security domain and TOE id.
    - `threat_intel` string — A link to the relevant page on the RiskRecon site for the given security domain and TOE id.
    - `system_hosting` string — A link to the relevant page on the RiskRecon site for the given security domain and TOE id.
    - `software_patching` string — A link to the relevant page on the RiskRecon site for the given security domain and TOE id.
    - `overview` string, required — A link to the relevant page on the RiskRecon site for the given security domain and TOE id.
    - `network_filtering` string — A link to the relevant page on the RiskRecon site for the given security domain and TOE id.
    - `governance` string — A link to the relevant page on the RiskRecon site for the given security domain and TOE id.
    - `email_security` string — A link to the relevant page on the RiskRecon site for the given security domain and TOE id.
    - `dns_security` string — A link to the relevant page on the RiskRecon site for the given security domain and TOE id.
    - `defensibility` string — A link to the relevant page on the RiskRecon site for the given security domain and TOE id.
    - `data_loss` string — A link to the relevant page on the RiskRecon site for the given security domain and TOE id.

## Other responses

- `401` — Authentication information was missing or invalid or the user is not authorized to access resource or perform the associated action.
- `404` — The URI didn't match an existing resource.

---

[API](https://skmtc.dev/recordedfuture/apis/alert-api.md) · [All operations](https://skmtc.dev/recordedfuture/apis/alert-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/recordedfuture/alert-api/revisions/c8c2f68d8b60/schema)
