- Retriving events information.
- Retriving tickets of an event every 5 minutes.
- Falling back if not found.
- Mark the ticket as checked in when the ticket is found.
Retriving events information
To start, you need to retrieve the events information. You can use the events endpoints to retrieve the events information.Retriving tickets of an event every 5 minutes
In order to make the check-in process more efficient, you can retrieve the tickets of an event every 5 minutes and save it in your own database. This way, the check-in process will be faster and you will not need to make a request to the Fourvenues API every time you want to check-in a ticket. You can use the tickets endpoint to retrieve the tickets of an event.start_date
as the last created_at
of the last ticket retrieved.