cURL
curl --request GET \ --url https://api.quiva.ai/accounts/user-mfa-info \ --header 'Authorization: Bearer <token>'
{ "data": { "passkey_enabled": true, "totp_enabled": true } }
Retrieves MFA information for a user
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
User email (optional, defaults to current user)
MFA information retrieved successfully
Show child attributes