# Get project two-factor authentication settings Gets project two-factor authentication settings. Endpoint: GET /projects/{project_id}/mfa Version: v1 Security: Server ## Path parameters: - `project_id` (string, required) Login project ID from Publisher Account. ## Response 200 fields (application/json): - `mfa_types` (array) List of data about project two-factor authentication settings. Example: [{"mfa_type":"email","priority":1}] - `mfa_types.mfa_type` (string) Type of MFA SMS or Email. Enum: "sms", "email" - `mfa_types.priority` (integer) Priority of MFA type "1" for higher and "2" for lower. - `mfa_url` (string) URL to redirect user for MFA flow. Example: "https://login-widget.xsolla.com/latest/otp" ## Response 401 fields (application/json): - `error` (object, required) - `error.code` (string, required) Error code. Example: "003-061" - `error.description` (string, required) Error description. Example: "Object not found." - `error.details` (object) Additional information. ## Response 404 fields (application/json): - `error` (object, required) - `error.code` (string, required) Error code. Example: "003-061" - `error.description` (string, required) Error description. Example: "Object not found." - `error.details` (object) Additional information.