v1

latestOpenAPI 3.1.02026-07-242325051.4 MB
Account

Account:GenerateQR

Generate a QR to use with a OTP (one time password) authenticator app. You will receive a base64 string which can be converted to a QR code

get/v2/accounts/2fa/generate-qr

Response

OK

qrstring

The base64 encoded QR code

otpSecretstring

The TOTP secret which can be manually entered into an authenticator

Example response

{
  "qr": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAA",
  "otpSecret": "DCIOKH3ZEK5L6JSB"
}