GET
/
user-authenticators
curl --request GET \
  --url https://api.authsignal.com/v1/client/user-authenticators
[
  {
    "userAuthenticatorId": "user_authenticator_123",
    "verificationMethod": "PASSKEY",
    "createdAt": "2024-05-13T04:59:02.640Z",
    "lastVerifiedAt": "2024-07-13T02:43:37.640Z",
    "verifiedAt": "2024-05-13T04:59:17.640Z",
    "isDefault": true,
    "webauthnCredential": {
      "credentialId": "credential_123",
      "deviceId": "device_123",
      "name": "iCloud Keychain",
      "aaguid": "fbfc3007-154e-4ecc-8c0b-6e020557d7bd",
      "aaguidMapping": {
        "name": "iCloud Keychain",
        "svgIconDark": "data:image/svg+xml;base64...",
        "svgIconLight": "data:image/svg+xml;base64..."
      },
      "credentialBackedUp": true,
      "credentialDeviceType": "multiDevice",
      "authenticatorAttachment": "platform"
    }
  }
]

Response

200
application/json
OK
userAuthenticatorId
string
required
authenticatorType
enum<string>
required
Available options:
OOB,
OTP,
SECURITY_KEY,
PASSKEY,
PUSH,
PROVIDER
createdAt
string
required
verificationMethod
enum<string>
required
Available options:
SMS,
AUTHENTICATOR_APP,
EMAIL_MAGIC_LINK,
EMAIL_OTP,
PUSH,
SECURITY_KEY,
PASSKEY,
VERIFF,
IPROOV,
PALM_BIOMETRICS_RR,
IDVERSE
email
string

A masked version of the user's email.

phoneNumber
string

A masked version of the user's phone number.

verifiedAt
string
lastVerifiedAt
string
oobChannel
enum<string>
Available options:
EMAIL_MAGIC_LINK,
EMAIL_OTP,
SMS
previousSmsChannel
enum<string>

The channel that was last used by the user to complete an SMS challenge.

Available options:
DEFAULT,
WHATSAPP
webauthnCredential
object