Goldmine
Accounts

Get Two Factor Status

POST
/accounts.v1.Accounts/GetTwoFactorStatus

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://loading/accounts.v1.Accounts/GetTwoFactorStatus" \  -H "Content-Type: application/json" \  -d '{}'
{
  "activeMethod": "TWO_FACTOR_METHOD_UNSPECIFIED",
  "backupCodesRemaining": 0,
  "emailAvailable": true,
  "passkeyEnrolled": true,
  "totpEnrolled": true
}
Empty