⭐ If you find Zipline useful, please consider giving it a star on Github! ⭐

/api/user/mfa/totp

Get your current TOTP secret, generating one (and a QR code) if not yet enabled.

GET/api/user/mfa/totp

Response Body

application/json

application/json

{
  "secret": "string",
  "qrcode": "string"
}

{
  "error": "E1000: Invalid request schema",
  "code": 1000,
  "statusCode": 400
}