Gets project two-factor authentication settings.
project_id required | string <uuid> Login project ID from Publisher Account. |
OK
Unauthorized
Not Found
curl --request GET \ --url https://login.xsolla.com/api/projects/{project_id}/mfa \ --header 'X-SERVER-AUTHORIZATION: YOUR_SERVER_TOKEN'
{- "mfa_types": [
- {
- "mfa_type": "email",
- "priority": 1
}
],
}