# Verify verification code **POST /api/experience/verification/verification-code/verify** Verify the provided verification code against the user's identifier. If successful, the verification record will be marked as verified. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Parameters ## Body parameters Content-type: application/json - **identifier** (object) The identifier (email address or phone number) to verify the code against. Must match the identifier used to send the verification code. - **verificationId** (string) The verification ID of the CodeVerification record. - **code** (string) The verification code to be verified. ## Responses ### 200: The verification code was successfully verified. #### Body Parameters: application/json (object) - **verificationId** (string) The unique ID of the verification record. Required for user identification via the `Identification` API or to bind the identifier to the user's account via the `Profile` API. ### 400: The verification code is invalid or the maximum number of attempts has been exceeded. Check the error message for details. ### 404: Verification record not found. ### 501: The connector for sending the verification code is not configured. [Powered by Bump.sh](https://bump.sh)