---
title: "Get Tenant"
method: GET
path: "/tenant"
tags: ["Tenant"]
---

# Get Tenant

`GET /tenant`

Retrieves tenant information.

## Response `200`

OK

- TenantResponseBody
  - `tenantId` string
  - `allowDisablingMfa` boolean
  - `hideAuthsignalLogo` boolean
  - `customDomain` string
  - `redirectOnSessionExpiry` boolean
  - `allowDeletingUserAuthenticators` boolean
  - `disableRecoveryCodes` boolean
  - `skipRecoveryCodesOnProgrammaticEnrollment` boolean
  - `hideRecoveryCodesOnEnrollment` boolean
  - `tokenDurationInMinutes` number

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/authsignal/apis/call-connect-api.md) · [All operations](https://skmtc.dev/authsignal/apis/call-connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/authsignal/call-connect-api/revisions/5604d744e3ad/schema)
