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