← Back to home

Try the demo

See the app work end to end — no server or account needed.

Try the demo in one tap. This link opens the demo already configured (no setup screen, no QR to scan first) — in the app if you have it installed, otherwise in your browser. Allow the camera, then point it at the sample ticket QR further down. It’s a universal link: it opens the app on a device that has it, or the browser scanner otherwise. Camera scanning needs HTTPS.
Prefer the app? Two steps: ① In the app, tap Scan setup code and scan the first QR to load the demo configuration. ② Start scanning and point at the sample ticket QR below. The demo endpoint returns a “valid” result for any code, so you can also scan any other QR you like.

1 · Load the demo configuration

Open Open Ticket ScannerScan setup code and point it at this QR — or, on the device itself, just open the link.

Scan with Scan setup code

NameDemo
API URLopenticketscanner.com/demo.json
MethodGET — scan details sent as query parameters
Code formatQR Code
Open in app

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.

← Back to home