Server API
Get Authenticator Configurations
Gets a list of the authenticators configured for the tenant.
GET
/
authenticators
Response
200 - application/json
The ID of the authenticator configuration.
Available options:
SMS
, AUTHENTICATOR_APP
, EMAIL_MAGIC_LINK
, EMAIL_OTP
, PUSH
, SECURITY_KEY
, PASSKEY
, VERIFF
, IPROOV
, PALM_BIOMETRICS_RR
, IDVERSE
Determines whether the authenticator configuration is currently active/enabled.
Determines whether the user is able to edit the authenticator in the pre-built UI.
Determines whether the authenticator in hidden in the pre-built UI.
For SMS authenticator configurations only. If set to DEFAULT
, only regular SMS is allowed. If set to WHATSAPP
, both regular SMS and WhatsApp messages are allowed.
Available options:
DEFAULT
, WHATSAPP
Was this page helpful?