Get 2FA Status
Accounts
Get 2FA Status
Get the current 2FA status for the user, including whether 2FA is enabled, what methods are configured, and how many backup codes they have remaining.
GET
Get 2FA Status
Authorizations
API key must be provided in the Authorization header
Response
Returns {success: true, tfa_enabled, methods: [...], backup_codes_remaining, new_method_authorized}.
Always true on success
Whether 2FA is currently enabled for the user
Active 2FA methods; phone numbers are masked to the last 4 digits and secrets are omitted
Number of unused backup codes remaining
Whether the user has completed pre-authorization for adding a new 2FA method