v1

latestOpenAPI 3.1.12026-07-242899061.7 MB
Portfolio

This resource gets the customer's risk relationship folders names and slugs.

This resource gets the customer's risk relationship folders names and slugs. The slug will be used in requests that require the risk relationship. Risk relationships can be updated here https://portal.riskrecon.com/portal/risk-configuration if you have necessary permissions.

get/v1/portfolio/risk_relationships_folders

Response

OK

slugstring

A Slug that uniquely identifies the risk relationship folder.

namestring

The Name of the risk relationship folder.

Example response

[
  {
    "slug": "ownenterprise_critical",
    "name": "Own Enterprise > Critical"
  }
]