# Create and send MFA verification code **POST /api/experience/verification/mfa-verification-code** Create a new MFA verification code and send it to the user's bound identifier (email or phone). This endpoint automatically uses the user's bound email address or phone number from their profile for MFA verification. The user must be identified before calling this endpoint. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Parameters ## Body parameters Content-type: application/json - **identifierType** (string) The type of identifier to use for MFA verification. Must be either 'Email' or 'Phone'. The endpoint will automatically use the user's bound identifier of this type. ## Responses ### 200: The MFA verification code has been successfully sent to the user's bound identifier. #### Body Parameters: application/json (object) - **verificationId** (string) The unique ID of the verification record. Required to verify the code. ### 400: Bad request. The user is not identified or does not have the specified identifier type bound for MFA. ### 404: User not found. ### 501: The connector for the specified identifier type is not configured. [Powered by Bump.sh](https://bump.sh)