---
title: "This resource gets the customer's risk relationship folders names and slugs."
method: GET
path: "/v1/portfolio/risk_relationships_folders"
tags: ["Portfolio"]
---

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

`GET /v1/portfolio/risk_relationships_folders`

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.

## Response `200`

OK

- object[] — A collection of RiskRelationshipsFolder objects.
  - `slug` string — A Slug that uniquely identifies the risk relationship folder.
  - `name` string — The Name of the risk relationship folder.

## 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)
