Skip to main content

QR code

Overview

Legale service supports the API to generate GUID and followed QR code for the external services validation.
You can be redirected to the Legale verification portal with GUID by scanning QR code.
This API request is for the legale windows bulk sign client integration.

API detail

Request

  • URL: /verification/windowsSoftware/GUID/get
  • Method: GET

Response

Success

  • Status code: 200
  • Body:
{
"GUID": "d84499d4-2c93-4d37-ab9d-5546b4dc2c22",
"qr_code": "iVBORw0KGgoAAAANSUhEUgAAAG4AAABuCAIAAABJObGsAAAFYUlE...", // Base64 string of QR code image
"code": null,
"message": ""
}