# Retrieve the Default Subscription-Level Configuration
source: https://developer.mastercard.com/riskrecon-api/documentation/use-cases/portfolio-management/portfolio/retrve-deflt-subsn-lev-config/index.md

## Overview {#overview}

The `GET Subscription Level Config` endpoint retrieves the default [subscription-level configuration](https://developer.mastercard.com/riskrecon-api/documentation/glossary/index.md#subscription-level) for bulk add requests, if it is set. There are only two subscription-level options available for this endpoint: RiskRecon Discover and RiskRecon Advisor.

This endpoint returns either of the values for these subscription-level configurations:

| Subscription-Level Configuration | Value Returned |
|----------------------------------|----------------|
| RiskRecon Discover               | 1              |
| RiskRecon Advisor                | 2              |

For more details on the subscriptions offered by RiskRecon, refer to the [Glossary](https://developer.mastercard.com/riskrecon-api/documentation/getting-started/index.md#glossary/sl) section.

## Sequence Diagram {#sequence-diagram}

The following diagram shows how to retrieve the default subscription-level configuration for bulk TOE requests:
Diagram retrieve-subscription-config

## Execution Steps {#execution-steps}

The following steps show how to retrieve the default subscription-level configuration for bulk TOE requests:

1. The user sends a `GET` request to retrieve the default subscription level configuration for the TOEs.
2. RiskRecon retrieves the default subscription-level configuration for the TOEs.

## Sample Request and Response {#sample-request-and-response}

For a sample request and response of this API, see [Get the Default Subscription-Level Configuration](https://developer.mastercard.com/riskrecon-api/documentation/testing/portfolio-samples/retrve-subs-lvl-config-smpl/index.md).

## Use Case Example {#use-case-example}

The [Check if the subscription-level configuration is set](https://developer.mastercard.com/riskrecon-api/documentation/use-cases/portfolio-management/portfolio/retrve-deflt-subsn-lev-config/index.md#check-if-the-subscription-level-configuration-is-set) use case discusses how to use the `GET Subscription Level Config` endpoint to retrieve the default subscription level configuration of TOEs.

### Check if the subscription-level configuration is set {#check-if-the-subscription-level-configuration-is-set}

A RiskRecon customer wants to onboard 14 new vendors using the RiskRecon Discover licenses. Hence, the customer checks if the default subscription level is already set using this endpoint.

## Endpoint {#endpoint}


API Reference: `GET /v1/portfolio/subscription_level_config`

