POST
/
qr
/
{shortCode}
/
scan
Record a QR code scan
curl --request POST \
  --url https://api.simiz.io/v1/qr/{shortCode}/scan
{
  "success": true
}

Path Parameters

shortCode
string
required

8-character alphanumeric short code

Example:

"Qr12Ab34"

Response

Scan recorded successfully

success
boolean
Example:

true