# Verify MFA using code from authenticator app (deprecated) Verify a multi-factor authentication (MFA) code generated by an authenticator app during the authentication process. This endpoint completes the MFA step by validating the provided code. The request must include: - value: The MFA service name (e.g., authenticator), as configured in your Authentication Settings. - mfaToken: The time-based one-time password (TOTP) generated by the user's authenticator app. Use this endpoint to verify the user's MFA code during an authentication challenge, typically after the primary login step. Endpoint: POST /resources/auth/v1/user/mfa/verify Security: bearer ## Request fields (application/json): - `value` (string, required) - `mfaToken` (string, required) - `rememberDevice` (boolean) ## Response 201 fields