v1

latestOpenAPI 3.1.12026-07-242899061.7 MB
Integration Routes

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

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.

get/v1/integration/routes/{toe_id}

Path parameters

toe_idstring required
Example:5976423a-ee35-11e3-8569-14109ff1a304

Filter by the Toe ID.

Response

OK

toe_short_namestring

The Company or entity name.

toe_idstring uuid

The unique identifier for the Target Of Evaluation (TOE).

Example response

{
  "toe_short_name": "Riskrecon, CO.",
  "toe_id": "5976423a-ee35-11e3-8569-14109ff1a304",
  "links": {
    "web_encryption": "https://portal.riskrecon.com/portal/vendor/1234/cyber/security-profile/web_encryption",
    "web_app_security": "https://portal.riskrecon.com/portal/vendor/1234/cyber/security-profile/web_app_security",
    "threat_intel": "https://portal.riskrecon.com/portal/vendor/1234/cyber/security-profile/threat_intell",
    "system_hosting": "https://portal.riskrecon.com/portal/vendor/1234/cyber/security-profile/system_hosting",
    "software_patching": "https://portal.riskrecon.com/portal/vendor/1234/cyber/security-profile/software_patching",
    "overview": "https://portal.riskrecon.com/portal/vendor/1234/cyber/overview",
    "network_filtering": "https://portal.riskrecon.com/portal/vendor/1234/cyber/security-profile/network_filtering",
    "governance": "https://portal.riskrecon.com/portal/vendor/1234/cyber/security-profile/governance",
    "email_security": "https://portal.riskrecon.com/portal/vendor/1234/cyber/security-profile/email_security",
    "dns_security": "https://portal.riskrecon.com/portal/vendor/1234/cyber/security-profile/dns_security",
    "defensibility": "https://portal.riskrecon.com/portal/vendor/1234/cyber/security-profile/defensibility",
    "data_loss": "https://portal.riskrecon.com/portal/vendor/1234/cyber/security-profile/data_loss"
  }
}