Export

Function

This API is used to export certificate API.

Request Message

Table 1
ParameterRangeTypeDescription
operate"cancel"stringCancel the export, the board will not return the certificate, and it will not be exported in the future.

Sample:

POST /API/RecoverPassword/Certificate/Export HTTP/1.1
{
    "version": "1.0",
    "data": {
        "operate": "cancel"
    }
}

Response Message

Parameter Description

Table 2
ParameterRangeTypeDescription
certificatelen:1-344stringCertificate code.

Sample:

HTTP/1.1 200 OK
Content-Type: application/json
{
    "result": "success",
    "version": "1.0",
    "data": {"certificate": "mwXHbvWDeZaaEMD+ZFd5zivvjvnqxGvowMBYSK6ENYNwmxMzxSDTzVDzZ8FtOqw1sk3gPOMgGAZwkJ5PETVJG/EBpDIl3vih0ERNtxLyEcrTjB0//Sb34JGu2EMaKjJERzCMLKozh/+uQfia6vfSX4b9THhlBYdFJv5HEJUOMdBRJMihyBLxhksrIovcWtqC4a6SyBzCxkD51tY7vMu750kDi0lPEtuxcEw+giVImOLUF1fcfJwLj0vn7J+4jyj1uZfEtYxDZgFsU7e4qrUHnvNeoeMlpEu2hVnYqVqjkqSlct0Wyf5K70GkXG8bze1u9SixIL7W/0d0fnEVCUGPYg="}
}

Error Code

See Response Messages Body and Common error_code for more information.