v1
latestOpenAPI 3.1.02026-07-242325051.4 MBAccount
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
Example response
{
"qr": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAA",
"otpSecret": "DCIOKH3ZEK5L6JSB"
}