Un'unica API per la vendita di biglietti, la gestione degli accessi e l'attivazione marketing — con la chiarezza che il tuo CTO si aspetta.
curl {{API_BASE_URL}}/connect/token \ -u $CLIENT_ID:$CLIENT_SECRET \ -d "grant_type=client_credentials&scope=Shop" # → returns access_token curl {{API_BASE_URL}}/shop/v1/discovery/events \ -H "Authorization: Bearer $ACCESS_TOKEN" \ -H "Accept-Language: de-DE"



Progettato per CTO e team di piattaforma: autenticazione, localizzazione, webhook e idempotenza senza soluzioni alternative.
Genera token bearer di breve durata con claim limitati a scope come Shop o TERP. Ruotali liberamente: le sessioni restano attive.
Invia Accept-Language e ogni campo testuale viene restituito tradotto. Le impostazioni locali si propagano nel carrello e nel checkout.
Genera payload QR scansionabili con un solo flag. Le categorie regex integrate classificano le scansioni nei tuoi report.
30 eventi per biglietti, carrelli, pagamenti e accessi. Firmati con HMAC-SHA256 e ritentati con backoff esponenziale.
Header Idempotency-Key per ogni scrittura. Le richieste ripetute restituiscono la risposta originale con il log ID originale.
Invia conversioni e accessi direttamente a GA4, Meta CAPI o al tuo data warehouse tramite webhook.
Scambia le tue client credentials con un token bearer di breve durata su /connect/token. Mantienilo in cache per circa 50 minuti.
Recupera il catalogo degli eventi con nomi localizzati, slot e assortimenti tariffari. Filtra per data, sede o slug.
Crea un carrello idempotente, aggiungi articoli tramite ID o slug, associa un cliente e scegli un provider di pagamento.
Blocca il carrello, esegui il checkout e ricevi Quicodes e link ai biglietti. Un webhook viene attivato dopo ogni acquisto completato.
curl {{API_BASE_URL}}/connect/token \ -u $CLIENT_ID:$CLIENT_SECRET \ -d "grant_type=client_credentials&scope=Shop" # → returns access_token curl {{API_BASE_URL}}/shop/v1/discovery/events \ -H "Authorization: Bearer $ACCESS_TOKEN" \ -H "Accept-Language: de-DE"
POST /connect/tokenClient credentials in ingresso, bearer di breve durata in uscita. I secret non lasciano mai il tuo backend.
GET /shop/v1/discovery/eventsCatalogo localizzato di eventi, slot e assortimenti tariffari.
POST /shop/v1/cartCrea il carrello, aggiungi gli articoli e associa l'acquirente. I tentativi successivi sono sicuri: stesso carrello, nessun duplicato.
POST /shop/v1/cart/{id}/checkoutBlocca il carrello ed effettua il pagamento. La risposta contiene i Quicodes e i link ai biglietti per la consegna.
POST https://your-backend/webhookDopo ogni acquisto completato, ADITUS chiama il tuo endpoint in modo asincrono, indipendentemente dalla risposta del checkout.
Dal token OAuth al replay dei webhook: 10 sezioni, con ogni richiesta documentata tramite esempi, header e risposte.
Your starting point for the ADITUS API: what the platform covers, how the sections fit together, and where to begin your integration.
The API's conventions: request and URI structure, authentication via Basic or OAuth, HTTP verbs, status codes, and the shape of every response.
ADITUS hardware can be used with external registration vendors. There are different ways to realise the requirements to connect external systems for a smooth visitor experience ons
Esempio: importa biglietti esterni, riconciliali automaticamente e rendili subito pronti per l'accesso.The Shop API deals with requests concerning shop processes. This includes finding shop resources, the user and managing the cart and buying process. Discovery Uses to discover the
Esempio: un acquisto completo di biglietti nella tua app — carica l'assortimento, riempi il carrello, acquisisci i dati dell'acquirente ed effettua il pagamento.Byndr is a product API designed to enable seamless, secure connections between event attendees through badge (QR code) scans. It facilitates the creation of unidirectional, recipro
A survey is an instrument for systematic data collection. It consists of a series of questions designed to collect specific information from visitors. Main topics are: - Dynamic fo
Please prefer using this API section over the deprecated theme API. The Assets API serves static content for our products, such as images, tickets and receipts, as well as theming
Nella demo live ti mostriamo, tra le altre cose, come recuperare e utilizzare gli asset →🚀 Connect your ticket shop with your favorite apps! Imagine your ticket shop could communicate with your CRM, accounting tools, or newsletter systems in real time — no more manual
Esempio: una scansione all'ingresso attiva un webhook in tempo reale — Salesforce, HubSpot e altri sistemi avviano automaticamente i follow-up.La demo live ti guida attraverso un evento fieristico completamente modellato, con assortimenti, biglietti, carrello e registrazione: ogni passaggio mostra la richiesta API reale e la risposta live, senza carta di credito.