How Events Work
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
| Stage | What happens |
|---|---|
| Create | Define your event with name, description, dates, location, and an optional reference_id to link to your own system |
| Manage | Update event details or delete events as plans change |
| Products | Create tickets, perks, and vouchers linked to your event via the Products API |
| Register | Register users as attendees with optional registered_at and checked_in_at timestamps |
| Check-in | Update attendee records when they arrive at the venue |
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.