Authentication API
cURL
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" } ]
List all MFA authenticators associated with the current user’s account.
Authentication: Requires a valid access token with MFA permissions.
Access token obtained from the authentication flow
List of authenticators
Authenticator ID
Type of authenticator
otp
oob
recovery-code
Whether the authenticator is active
OOB channel (for OOB authenticators)
Authenticator name
このページは役に立ちましたか?