Users

Verify backup codes challenge code

Verifies the email code sent during a backup codes challenge and returns the existing backup codes along with a proof token. The code is consumed on success and the proof token authorizes regeneration on the same ticket.

post/users/@me/mfa/backup-codes/challenge/verify

Request body

ticketstring required

Backup codes challenge ticket identifier

codestring required

Verification code sent to the email address

Response

Success

verification_proofstring required

Proof token authorizing backup code regeneration on this ticket

Changes

Changed in 1 of the 3 revisions of this API.1