Xsolla-logo

Get user’s two-factor authentication settingsClient-side

get/users/me/mfa

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.

SecurityBearer
Responses
200

OK

204

No Content

401

Unauthorized

422

Unprocessable Entity

Request samples
curl --request GET \
  --url https://login.xsolla.com/api/users/me/mfa \
  --header 'Authorization: Bearer BEARER_TOKEN'
Response samples
application/json
[
  • {
    }
]