cURL
curl --request POST \ --url https://api.quiva.ai/accounts/auth-with-recovery-code \ --header 'Content-Type: application/json' \ --data ' { "token": "mfa_token_abcdef1234567890", "code": "ABCD-1234" } '
{ "data": { "refresh_token": "<string>", "auth_token": "<string>", "passkey_enabled": true, "totp_enabled": true } }
Complete authentication using a recovery code after initial password verification. Recovery codes are one-time use.
MFA token received from password authentication
Recovery code
Authentication successful
Show child attributes