Create tfa authorize new method
Two-Factor Auth
Create tfa authorize new method
Authorize adding a new 2FA method by verifying the user's identity with an existing 2FA method or backup code. Params: - tfa_method: "email" | "sms" | "totp" (auto-forced to "email" if user has no active methods) - tfa_method_id: ID of existing method to verify with (required for sms/totp) - backup_code: use a backup code to authorize directly (skips the send/verify flow) Returns {"success": True, "secret": tfa_secret} on success (tfa_secret needed for PUT step). Returns {"success": True, "msg": "Authorization successful."} when backup_code is used.
POST
Create tfa authorize new method
Documentation Index
Fetch the complete documentation index at: https://vastai-80aa3a82-auto-openapi-preview-pr-4175.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key must be provided in the Authorization header
Body
application/json