---
title: "This resource returns a mapping of security_domain labels and their current display names in the RiskRecon portal."
method: GET
path: "/v1/display_names/security_domain"
tags: ["Display Name"]
---

# This resource returns a mapping of security_domain labels and their current display names in the RiskRecon portal.

`GET /v1/display_names/security_domain`

This resource returns a mapping of security_domain labels and their current display names in the RiskRecon portal.  It also includes if the security_domain is currently rated and if it is deprecated.

## Query parameters

- `risk_dimensions[]` string[]

## Response `200`

OK

- DisplayNameMapping[] — A collection of DisplayNameMapping objects.
  - `name` string — The name or key used throughout RiskRecon APIs.
  - `display_name` string — The display name seen on RiskRecon portal site.
  - `rated` boolean — Is this domain or criteria rated?
  - `deprecated` boolean — Is this domain or criteria deprecated?

## Other responses

- `401` — Authentication information was missing or invalid or the user is not authorized to access resource or perform the associated action.
- `403` — FORBIDDEN

---

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