Can I export check-in QR codes?

How to extract QR data

Vicky Carmichael avatar
Written by Vicky Carmichael
Updated over a week ago

If you’re looking to add a QR code to your attendee badges for lead capture, we recommend using our vCard QR codes.

If you want to export the ticket QR codes used for check-in, there are two options:

Extract QR codes programmatically

You can access the QR code directly if you know the ticket slug for each attendee registration (which our webhooks or API will give you access to).

The format for pulling the QR codes is:

https://qr.tito.io/tickets/[slug]

Extract from the export

Alternatively, you could do an attendee export to XLS or CSV. It contains a column showing the unique ticket slug, which is the Tito event URL followed by a string like: p9eiLrnmalndyDiz4Wd0lmA — use the find and replace function in your spreadsheet manager to remove the rest of the URL so you're just left with the ticket slug.

Then you can use CONCATENATE in Excel to generate all the URLs for the QR codes using the format above.

Important note

Scanning the QR code won’t automatically reveal details about the attendee (that’d be poor security); instead, it opens up the attendee’s page in Tito, which you can see if you’re logged in to the account associated with the relevant event. This method is also compatible with Tito's check-in apps.

If you're looking for a method to use in conjunction with sponsor scanners, we'd suggest looking at vCards.


Still need help? Search our FAQs for instant answers. You can also leave a message for our support team by email or in-app, and we'll get back to you by the next working day.


Did this answer your question?