Try the demo
See the app work end to end — no server or account needed.
1 · Load the demo configuration
Open Open Ticket Scanner → Scan setup code and point it at this QR — or, on the device itself, just open the link.
Scan with Scan setup code
| Name | Demo |
|---|---|
| API URL | openticketscanner.com/demo.json |
| Method | GET — scan details sent as query parameters |
| Code format | QR Code |
2 · Scan a sample ticket
With the demo configuration open, scan this ticket QR. Because the demo endpoint is a fixed sample, every scan comes back as a valid ticket.
Encodes DEMO-TICKET-0001
You should see a green “valid” result with a sample ticket: holder, ticket type and gate. Try scanning it a few times, or point the camera at any other QR code — the demo returns the same sample response.
What the endpoint returns
The configuration points at
demo.json, a static file that always replies:
loading…
Ready to use it for real? Build your own configuration on the Set up page and connect it to your validation server — see the API contract for the request and response shape.