Genera biglietti automaticamente da WooCommerce, sistemi custom o qualsiasi piattaforma esterna tramite semplici chiamate REST API.
Due semplici passaggi per iniziare a generare ticket via API.
L'API Key Γ¨ la tua chiave di autenticazione per tutte le chiamate API. Viene generata una sola volta e deve essere conservata in modo sicuro. Se hai piΓΉ applicativi che gestiscono i tuoi ticket via API puoi gestire chiavi API separate.
Come ottenerla:
Ogni evento deve essere abilitato singolarmente per ricevere richieste API. Questo ti permette di scegliere quali eventi sono accessibili dall'esterno.
Come abilitarla:
Tutte le API REST utilizzano autenticazione tramite header X-API-Key
/events
Ottieni la lista di tutti gli eventi futuri e in corso che hanno l'API abilitata. Non richiede Event Token, solo l'API Key.
/events/{eventToken}
Recupera i dettagli di un evento specifico: titolo, data, luogo, posti disponibili e configurazione API.
/events/{eventToken}/tickets
Genera uno o piΓΉ biglietti per l'evento. Puoi includere nome e email del partecipante, scegliere la lingua (IT/EN) e decidere se inviare automaticamente il ticket via email con PDF allegato.
/events/{eventToken}/tickets
Ottieni tutti i ticket generati per un evento, con stato di validazione, dati partecipante e timestamp di ingresso/uscita.
/events/{eventToken}/tickets/print/{ticketId}
Scarica il PDF del biglietto con QR code, dati evento e branding dell'organizzazione. Ideale per sistemi che non inviano email automatiche.
Esplora, testa e integra le API con la nostra documentazione interattiva Swagger.
Testa le API direttamente dal browser, visualizza esempi di richieste/risposte e genera snippet di codice per la tua integrazione.
π Apri documentazione interattiva
β‘ Base URL Development: https://apidev.ticketqr.it/api/v1
π‘ Consiglio: La documentazione Swagger include esempi pratici. Perfetta per sviluppatori che vogliono integrare rapidamente TicketQR nei propri sistemi.
Esempi di come puoi usare le API per automatizzare la gestione dei biglietti.
Genera automaticamente biglietti quando un utente completa un acquisto sul tuo store online. Il ticket viene inviato via email con il PDF allegato.
Collega i tuoi Google Forms, Typeform o form custom. Quando qualcuno si iscrive all'evento, riceve automaticamente il biglietto digitale.
Integra TicketQR nel tuo gestionale aziendale per emettere biglietti ai clienti, fornitori o dipendenti per eventi corporate.
Usa TicketQR come backend per la tua piattaforma di vendita biglietti, gestendo la generazione e validazione tramite API.
Generate tickets automatically from WooCommerce, custom systems or any external platform through simple REST API calls.
Two simple steps to start generating tickets via API.
The API Key is your authentication key for all API calls. It is generated only once and must be stored securely. If you have multiple applications managing your tickets via API you can manage separate API keys.
How to get it:
Each event must be individually enabled to receive API requests. This allows you to choose which events are accessible from outside.
How to enable it:
All REST APIs use authentication via X-API-Key header
/events
Get the list of all future and ongoing events that have the API enabled. Does not require an Event Token, only the API Key.
/events/{eventToken}
Retrieve the details of a specific event: title, date, location, available seats and API configuration.
/events/{eventToken}/tickets
Generate one or more tickets for the event. You can include the participant's name and email, choose the language (IT/EN) and decide whether to automatically send the ticket via email with the PDF attached.
/events/{eventToken}/tickets
Get all tickets generated for an event, with validation status, participant data and entry/exit timestamps.
/events/{eventToken}/tickets/print/{ticketId}
Download the ticket PDF with QR code, event data and organization branding. Ideal for systems that do not send automatic emails.
Explore, test and integrate the APIs with our interactive Swagger documentation.
Test the APIs directly from your browser, view request/response examples and generate code snippets for your integration.
π Open interactive documentation
β‘ Base URL Development: https://apidev.ticketqr.it/api/v1
π‘ Tip: The Swagger documentation includes practical examples. Perfect for developers who want to quickly integrate TicketQR into their systems.
Examples of how you can use the APIs to automate ticket management.
Automatically generate tickets when a user completes a purchase on your online store. The ticket is sent via email with the PDF attached.
Connect your Google Forms, Typeform or custom forms. When someone registers for the event, they automatically receive the digital ticket.
Integrate TicketQR into your business management system to issue tickets to customers, suppliers or employees for corporate events.
Use TicketQR as a backend for your ticket sales platform, managing generation and validation through APIs.