Client API
Get Authenticators
Get a list of the user’s enrolled authenticators.
GET
/
user-authenticators
Response
200 - application/json
userAuthenticatorId
string
requiredauthenticatorType
enum<string>
requiredAvailable options:
OOB
, OTP
, SECURITY_KEY
, PASSKEY
, PUSH
, PROVIDER
email
string
A masked version of the user's email.
phoneNumber
string
A masked version of the user's phone number.
createdAt
string
requiredverifiedAt
string
lastVerifiedAt
string
oobChannel
enum<string>
Available options:
EMAIL_MAGIC_LINK
, EMAIL_OTP
, SMS
verificationMethod
enum<string>
requiredAvailable options:
SMS
, AUTHENTICATOR_APP
, EMAIL_MAGIC_LINK
, EMAIL_OTP
, PUSH
, SECURITY_KEY
, PASSKEY
, VERIFF
, IPROOV
, PALM_BIOMETRICS_RR
, IDVERSE
previousSmsChannel
enum<string>
The channel that was last used by the user to complete an SMS challenge.
Available options:
DEFAULT
, WHATSAPP
webauthnCredential
object
Was this page helpful?