Retrieve QR Code for Email Password Reset
# Retrieve QR Code for Email Password Reset
Path:
/api/hotp_qr_code.json
Method: GET
Content-type: application/json; charset=utf-8
API Description: This can be used to generate QR code for changing passwords, used for email password reset.
Note: This feature is supported in version 1.71.3 and later.
Response
Name | Type | Example | Description |
---|---|---|---|
qr_content | string | "BP26TDZUZ5SVPZJRIHCAUVREO5EWMHHV" | QR code |
code | int | 0 | Error code |
msg | string | "success" | Error description |
Example
{
"code": 0,
"msg": "success",
"qr_content": "BP26TDZUZ5SVPZJRIHCAUVREO5EWMHHV"
}