Skip to main content

MFAVerifyRequestBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/MFAVerifyRequestBody.json
challengeIdstring

Optional — reserved for Block B login flow

codestringrequired

6-digit TOTP code or a backup code

useBackupboolean

Set true to consume a backup code instead of TOTP

MFAVerifyRequestBody
{
"$schema": "https://example.com/schemas/MFAVerifyRequestBody.json",
"challengeId": "string",
"code": "string",
"useBackup": true
}