# Reference App
source: https://developer.mastercard.com/riskrecon-api/documentation/reference-app/index.md

## Overview {#overview}

This reference application shows how you can create Open API clients that integrate the functionalities of the RiskRecon APIs with various operations within your applications. You can either re-use or take code references for your implementation.

Some of the RiskRecon APIs that this reference application emulates are:

* `GET TOEs`
* `GET Analysis Ratings`
* `GET Action Plan Issue Progress`
* `GET Action Plan Issue Summary`
* `GET Action Plan Findings`

## Technologies Used {#technologies-used}

* Python
* Docker

## Prerequisites {#prerequisites}

* Read the guidelines provided in the [API Basics](https://developer.mastercard.com/riskrecon-api/documentation/api-basics/index.md) section.
* Generate the JWT Token to run this reference application.

## Application usage {#application-usage}

* Configure certificates
* Build project to generate API client's source code using the OpenAPI Generator plug-in and input API YAML specifications
* Test API calls
* Verify API call logs

## Get the Source Code {#get-the-source-code}

* The source code for the Reference Application can be found here: [reference.zip](https://static.developer.mastercard.com/content/riskrecon-api/uploads/reference.zip) (384KB)
* In the root directory of the application, follow the **README.md** file to configure and run the application.
