Skip to main content
POST
QR validation

Authorizations

Authorization
string
header
required

JWT obtained from /v2/auth/login

Body

application/json
image
string<byte>
required

Base64-encoded QR image.

Example:

"iVBORw0KGgoAAAANSUhEUgAA..."

Response

QR code validated.

code
object | null
required

Internal result code. Null when the QR code could not be processed.

Example:

200

message
string
required

Result description.

Example:

"QR code scanned successfully"

details
object

Details extracted from the QR code after successful validation.