# Verify MFA verification code **POST /api/experience/verification/mfa-verification-code/verify** Verify the provided MFA verification code. The verification code must have been sent using the MFA verification code endpoint. This endpoint verifies the code against the user's bound identifier and marks the verification as complete if successful. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Parameters ### Body: application/json (object) - **verificationId** (string) The verification ID returned from the MFA verification code send endpoint. - **code** (string) The verification code received by the user. - **identifierType** (string) The type of identifier used for MFA verification. Must match the type used when sending the verification code. ## Responses ### 200 The MFA verification code was successfully verified. #### Body: application/json (object) - **verificationId** (string) The unique ID of the verification record. This can be used for subsequent MFA operations. ### 400 Bad request. The verification code is invalid, expired, or the user is not identified. ### 404 Verification record not found. ### 501 The connector for the verification method is not configured. [Powered by Bump.sh](https://bump.sh)