Scan a QR/barcode and return the matching item or variant with rental status
POST/v2/kiosk/scan
Designed for the desktop kiosk app — single call returns everything needed to display item info and current rental status.
Supports both:
- STK format QR codes: "STK:1:i:{uuid}" or "STK:1✌{uuid}"
- Raw code values: "ITM-ABC123" or "VAR-XYZ789"
POST /api/v2/kiosk/scan Body: { "code": "STK:1:i:abc-def-123" } or { "code": "ITM-ABC123" }
Request
Responses
- 200
- 401
- 404
- 422
Unauthenticated
Validation error