---
search:
  tags:
    - Multitenancy Recipe
    - GET
seo:
  description: >-
    Get a tenant config of the tenant… Reference for the GET
    /appid-{appId}/{tenantId}/recipe/multitenancy/tenant/v2 endpoint in the Core
    Driver Interface API.
sidebar:
  badge: GET
  label: Get tenant configuration
title: Get tenant configuration
type: openapi-operation
---
Get a tenant config of the tenant specified by the url prefix.

The value of `firstFactors` can be as follows:
- `null`: When set to `null`, the SDK will use firstFactors defined in the SDK
- `[]` (empty array): No first factors would be enabled for the tenant
- non-empty array: The first factors that are enabled for the tenant

SuperTokens subscription license key is required if querying any tenant other than the base tenant.

Returns recipes with their enabled flag and recipe specific configs saved in core

<Operation source="references-cdi" id="tenantconfigv2get" />
