Gets user’s two-factor authentication settings. You must enable two-factor authentication for the Login project. Contact your Customer Success Manager to enable it.
OK
No Content
Unauthorized
Unprocessable Entity
curl --request GET \ --url https://login.xsolla.com/api/users/me/mfa \ --header 'Authorization: Bearer BEARER_TOKEN'
[- {
- "change_restricted": false,
- "enabled": true,
- "mfa_type": "email"
}
]