One API for ticket sales, entrance management, and marketing activation — with the clarity your CTO expects.
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"



Designed for CTOs and platform teams — authentication, localization, webhooks, and idempotency without workarounds.
Mint short-lived bearer tokens with scoped claims like Shop or TERP. Rotate freely — sessions stay live.
Pass Accept-Language and every textual field comes back translated. Cultures cascade through cart and checkout.
Generate scannable QR payloads with one flag. Built-in regex categories sort scans into your reporting.
30 events on tickets, carts, payments and entrances. Signed with HMAC-SHA256, retried with exponential backoff.
Idempotency-Key headers on every write. Replays return the original response with the original log id.
Stream conversions and entrances directly into GA4, Meta CAPI, or your own warehouse via webhooks.
Exchange your client credentials for a short-lived bearer at /connect/token. Cache for ~50 minutes.
Pull the event catalogue with localized names, slots, and pricing assortments. Filter by date, venue, slug.
Create an idempotent cart, add items by article id or slug, attach a customer, choose a payment provider.
Lock the cart, run checkout, receive Quicodes + ticket links. Webhook fires on every successful purchase.
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, short-lived bearer out. Secrets never leave your backend.
GET /shop/v1/discovery/eventsLocalized catalogue of events, slots, and pricing assortments.
POST /shop/v1/cartCreate the cart, add items, attach the buyer. Retries are safe — same cart, no duplicates.
POST /shop/v1/cart/{id}/checkoutLock the cart and pay. The response carries Quicodes and ticket links for delivery.
POST https://your-backend/webhookAfter every successful purchase ADITUS calls your endpoint — asynchronously, independent of the checkout response.
From OAuth token to webhook replay — 10 sections, every request documented with examples, headers, and responses.
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
Example: import external tickets, reconcile them automatically and make them ready for entry instantly.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
Example: a full in-app ticket purchase — load the assortment, fill the cart, capture buyer details, pay.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
In the live demo we show you, among other things, how to fetch and use the assets →🚀 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
Example: a scan at entry fires a real-time webhook — Salesforce, HubSpot & co. kick off follow-ups automatically.The live demo walks you through a fully modelled fair-event with assortments, tickets, cart, and registration — each step shows the real API request and live response, no card needed.