Skip to main content
GET
/
tenant
Get Tenant
curl --request GET \
  --url https://api.authsignal.com/v1/management/tenant
{
  "tenantId": "<string>",
  "allowDisablingMfa": true,
  "hideAuthsignalLogo": true,
  "customDomain": "<string>",
  "redirectOnSessionExpiry": true,
  "allowDeletingUserAuthenticators": true,
  "disableRecoveryCodes": true,
  "skipRecoveryCodesOnProgrammaticEnrollment": true,
  "hideRecoveryCodesOnEnrollment": true,
  "tokenDurationInMinutes": 123
}

Response

OK

tenantId
string
allowDisablingMfa
boolean
customDomain
string
redirectOnSessionExpiry
boolean
allowDeletingUserAuthenticators
boolean
disableRecoveryCodes
boolean
skipRecoveryCodesOnProgrammaticEnrollment
boolean
hideRecoveryCodesOnEnrollment
boolean
tokenDurationInMinutes
number
I