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
Documentation IndexFetch the complete documentation index at: https://docs.quiva.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.quiva.ai/llms.txt
Use this file to discover all available pages before exploring further.
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