# Retrieve Display Names
source: https://developer.mastercard.com/riskrecon-api/documentation/use-cases/navigation-and-access/displayname/index.md

The RiskRecon rating model and the corresponding security domains and criteria that construct the rating model have evolved over time. To avoid breaking existing integrations, the security domain and criteria fields provided in API responses have remained the same.

The [Display Name API](https://developer.mastercard.com/riskrecon-api/documentation/getting-started/index.md#display-name) retrieves the name displayed in the RiskRecon web portal for each security domain and criteria API field along with an indication if the domain or criteria currently contributes to the rating model, is info-only, or has been deprecated. This helps you to easily and correctly identify them within an API response and in the RiskRecon web portal.

The following endpoints are available in the `Display Name API` to help you retrieve the display names:

|        API         |               Endpoint                |                                                                                         Use Case                                                                                          |
|--------------------|---------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `Display Name API` | `GET Security Domain Display Names`   | [Retrieve Display Names for Security Domains](https://developer.mastercard.com/riskrecon-api/documentation/use-cases/navigation-and-access/displayname/rtreve-disp-nm-sec-dom/index.md)   |
| `Display Name API` | `GET Security Criteria Display Names` | [Retrieve Display Names for Security Criteria](https://developer.mastercard.com/riskrecon-api/documentation/use-cases/navigation-and-access/displayname/retrve-disp-nm-sec-crit/index.md) |

