Tixxy API v1
Build on Tixxy
Connect your website, CRM or access control to your events. Read and create orders, check tickets in and get told the moment something happens.
Create an order
curl https://api.tixxy.nl/v1/orders \ -H "Authorization: Bearer tixxy_live_..." \ -H "Idempotency-Key: 7f3c9e1a-..." \ -d ticket_type=tt_01J8ZQ3K \ -d quantity=2 \ -d booker[first_name]=Jane \ -d booker[last_name]=Doe \ -d booker[email]=jane@example.com201 Created
{ "id": "ord_01J8ZQ7M4X", "object": "order", "status": "completed", "livemode": true, "currency": "eur", "total": 5000, "tickets": [ { "id": "tkt_01J8ZQ7N2P", "object": "ticket" }, { "id": "tkt_01J8ZQ7N9R", "object": "ticket" } ]}What you can build
Events on your website
Show your agenda, prices and availability, always in sync with Tixxy.
Orders in your CRM
Receive every order the moment it is placed and keep your bookkeeping up to date.
Your own access control
Check tickets in from your own gates, turnstiles or wristband system.
Your own registration flow
Issue tickets from your own system, with the same tickets as the Tixxy shop.