# Retrieve MC Products
source: https://developer.mastercard.com/priceless-specials/documentation/use-cases/retrieve-mc-products/index.md

The Retrieve Mastercard Products service allows the issuer to retrieve available Mastercard products on the Priceless Specials API.

Upon successful request for retrieval of the Mastercard products, the issuer may use the product codes to further fine-tune their requests for offers, programs, or benefits from the Priceless Specials API.

## Pre-requisites {#pre-requisites}

Before using the Priceless Specials API service, your project must first be created as an API project on the Mastercard Developers.

## Sequence diagram {#sequence-diagram}

The following sequence diagram shows the order of events for a solution that uses the `/mastercard-products` endpoint.
Diagram retrieve-mc-products-new

Following are the execution steps:

1. The cardholder logs into the issuer mobile application or website to access information.
2. The issuer application sends a request to the issuer server.
3. The issuer server sends a request to the `/mastercard-products` endpoint.
4. Mastercard authenticates the API request.
5. After successful authentication, the Priceless Specials API returns a JSON response with the list of available Mastercard products and their respective details.
6. The issuer server sends the available Mastercard products information to the issuer application.
7. The issuer application displays the available Mastercard products information to the cardholder.

## Endpoint {#endpoint}


API Reference: `GET /mastercard-products`

