Retrieves tenant information.
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
}
OK
The response is of type object
.
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
}