# Verify backup code **POST /api/experience/verification/backup-code/verify** Create a new BackupCode verification record and verify the provided backup code against the user's backup codes. The verification record will be marked as verified if the code is correct. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Parameters ## Body parameters Content-type: application/json - **code** (string) The backup code to verify. ## Responses ### 200: The backup code has been successfully verified. #### Body Parameters: application/json (object) - **verificationId** (string) The unique verification ID of the BackupCode verification record. ### 400: The provided backup code is invalid. ### 404: Entity not found.
- `session.identifier_not_found:` The current interaction is not identified yet. All MFA verification records must be associated with a identified user. [Powered by Bump.sh](https://bump.sh)