Docs

API Documentation

Everything you need to integrate Futura Tickets into your platform.

api-example.ts
// Create a ticket
const ticket = await futura.tickets.create({
  event_id: "evt_12345",
  type: "general",
  holder: {
    email: "user@example.com",
    name: "Juan García"
  }
});

// ticket.id → "tkt_abc123"
// ticket.qr_code → "data:image/png;base64,..."
// ticket.status → "valid"
Coming soon

Authentication

API keys, OAuth 2.0 and token management.

Coming soon

Endpoints

Complete reference of all available endpoints.

Coming soon

Webhooks

Receive real-time event notifications.

Coming soon

Security

Best practices and signature validation.

Coming soon

SDKs

Official libraries for JavaScript, Python and PHP.

Coming soon

Guides

Step-by-step tutorials for common integrations.

Need early access to the API? Contact us.