Skip to main content
The Events API gives you full lifecycle management for any type of gathering — music festivals, conferences, meetups, product launches, and more. Create events, register attendees, track check-ins, and associate products like tickets and vouchers.

How Events Work

Events serve as the parent entity for products. When you create a ticket, voucher, or perk, you associate it with an event via the event_id field. This lets you:
  • Offer multiple product types per event (general admission, VIP, drink vouchers)
  • Track inventory and sales per event
  • Manage attendee registration and check-in independently from product issuance

Event Lifecycle

Key Features

Flexible Lookup

Fetch events by Mufi UUID or your own custom reference_id — integrate seamlessly with your existing systems.

Attendee Tracking

Track registration and check-in timestamps independently. Safe to call repeatedly — existing records are updated, not duplicated.

Multi-Product Events

Associate multiple product types (admission, presale, perks) with a single event for complete event monetization.

Full CRUD

Create, read, update, and delete events. List all events with pagination or fetch individual events by ID.

Quick Example

Create an event and register an attendee:

Learn More

Events API Reference

Full API documentation with all endpoints, parameters, and response schemas.

Products Overview

Learn how to create tickets, vouchers, and perks for your events.