Skip to main content
GET
/
accounts
/
user-mfa-info
Get user MFA info
curl --request GET \
  --url https://api.quiva.ai/accounts/user-mfa-info \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "passkey_enabled": true,
    "totp_enabled": true
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

email
string<email>

User email (optional, defaults to current user)

Response

MFA information retrieved successfully

data
object
required