Build with the
QR Access API
Register your application to get API credentials and start generating secure, time-bounded QR access tokens via our Real-time API.
- Real-time REST & SSE API (HTTP/HTTPS)
- HMAC-SHA256 signed tokens — tamper proof
- Configurable TTL + single/multi-use
- ~100ms gate validation — single hop
REST API Protocol
// Step 1 — Authenticate { "action": "auth", "api_key": "qr_xxxxxxxxxxxx", "api_secret": "yyyyy..." } // Step 2 — Generate QR Token { "action": "generate_qr", "ttl_minutes": 60, "max_uses": 1 } // Response { "type": "qr_generated", "data": { "token": "9VKPS856", "qr_url": "https://..." }}
Request API Access
Set up your account details. Once submitted, admin will review your application.