Experience

Verify backup code

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.

post/api/experience/verification/backup-code/verify

Request body

codestring required

The backup code to verify.

Response

The backup code has been successfully verified.

verificationIdstring required

The unique verification ID of the BackupCode verification record.

Changes

No recorded changes to this endpoint across all 2 revisions of this API.