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