Server API
Get Authenticators
Gets a list of the user’s currently enrolled authenticators.
GET
/
users
/
{userId}
/
authenticators
Response
200 - application/json
userAuthenticatorId
string
requiredverificationMethod
enum<string>
requiredAvailable options:
SMS
, AUTHENTICATOR_APP
, EMAIL_MAGIC_LINK
, EMAIL_OTP
, PUSH
, SECURITY_KEY
, PASSKEY
, VERIFF
, IPROOV
, PALM_BIOMETRICS_RR
, IDVERSE
email
string
phoneNumber
string
username
string
displayName
string
createdAt
string
requiredverifiedAt
string
lastVerifiedAt
string
previousSmsChannel
enum<string>
The channel that was last used by the user to complete an SMS challenge. Only defined if the verification method is SMS.
Available options:
DEFAULT
, WHATSAPP
webauthnCredential
object
Was this page helpful?