メインコンテンツへスキップ
GET
https://{yourDomain}
/
mfa
/
authenticators
List MFA Authenticators
curl --request GET \
  --url https://{yourDomain}/mfa/authenticators \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "totp|dev_abc123",
    "authenticator_type": "otp",
    "active": true,
    "name": "Authenticator App"
  },
  {
    "id": "sms|dev_xyz789",
    "authenticator_type": "oob",
    "oob_channel": "sms",
    "active": true,
    "name": "SMS +1***5678"
  }
]

承認

Authorization
string
header
必須

Access token obtained from the authentication flow

レスポンス

List of authenticators

id
string

Authenticator ID

authenticator_type
enum<string>

Type of authenticator

利用可能なオプション:
otp,
oob,
recovery-code
active
boolean

Whether the authenticator is active

oob_channel
string

OOB channel (for OOB authenticators)

name
string

Authenticator name