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

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 base connection uri domain and public app and tenant.

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