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

Documentation Index

Fetch the complete documentation index at: https://docs.authsignal.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use your Authsignal Management API secret key as the username and leave the password empty. This key is different from the Server API key and can be found in the API Keys section of the Authsignal Portal settings page.

Response

OK

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