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 }
Was this page helpful?