# Retrieve Offers
source: https://developer.mastercard.com/priceless-specials/documentation/use-cases/retrieve-offers/index.md

The Retrieve Offers service allows the issuer to retrieve offers that are published to the Priceless Specials API.

Upon successful request for retrieval of the offers, the issuer may use the information provided in the API response to display the offers on their cardholder-facing mobile app or website.
For the best user experience, we recommend formatting the information provided by the API as necessary to suit the application's design and user interface.

## 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 `/offers` endpoint.
Diagram retrieve-offers-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 `/offers` endpoint.
4. Mastercard authenticates the API request.
5. After successful authentication, the Priceless Specials API returns a JSON response with the available offers information.
6. The issuer server sends the available offers information to the issuer application.
7. The issuer application displays the available offers information to the cardholder.

## Endpoint {#endpoint}


API Reference: `GET /offers`

