Authentication
Multi-Factor Authentication
Authenticate with recovery code
Complete authentication using a recovery code after initial password verification. Recovery codes are one-time use.
post/accounts/auth-with-recovery-code
Request body
Example request
{
"token": "mfa_token_abcdef1234567890",
"code": "ABCD-1234"
}Response
Authentication successful