---
search:
  tags:
    - Multitenancy Recipe
    - GET
seo:
  description: >-
    Get a list of all apps in a connection uri domain. Reference for the GET
    /recipe/multitenancy/app/list/v2 endpoint in the Core Driver Interface API.
sidebar:
  badge: GET
  label: List apps
title: List apps
type: openapi-operation
---
Get a list of all apps in a connection uri domain.

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

Request must originate from public app and tenant.

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