Client API
Get Authenticator Configurations
Get a list of the authenticators configured for the tenant.
GET
/
authenticators
Response
200 - application/json
authenticatorId
string
requiredThe ID of the authenticator configuration.
verificationMethod
enum<string>
requiredAvailable options:
SMS
, AUTHENTICATOR_APP
, EMAIL_MAGIC_LINK
, EMAIL_OTP
, PUSH
, SECURITY_KEY
, PASSKEY
, VERIFF
, IPROOV
, PALM_BIOMETRICS_RR
, IDVERSE
isActive
boolean
requiredDetermines whether the authenticator configuration is currently active/enabled.
isEditableByUser
boolean
Determines whether the user is able to edit the authenticator in the pre-built UI.
isHiddenToUser
boolean
Determines whether the authenticator in hidden in the pre-built UI.
smsChannel
enum<string>
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?