v1

latestOpenAPI 3.1.0Proprietary2026-07-24660315.0 KB
Events

Update Guest Tickets

Add or remove tickets from an existing guest. This is an administrative operation: added tickets are complimentary, removed tickets are invalidated, and no payment or refund is processed. You can’t change tickets for guests with pending payment holds. Administrative ticket changes can exceed event or ticket-type capacity.

post/v1/events/guests/update-tickets

Request body

event_idstring required

Event ID, this usually starts with evt-

guest_idstring required

Guest identifier — the guest ID (gst-), a ticket key, a guest key (g-), or the user's email.

ticket_ids_to_removestring[]

Existing ticket IDs to invalidate. Removing tickets does not issue a refund, and at least one valid ticket must remain on the guest.

send_emailboolean nullable

Optional. Whether Luma may email the guest about the ticket change. Defaults to true and still respects their notification preferences. This only controls email — the guest still gets an in-app notification, and push follows their preferences.

Response

Successful response.

object required

Empty response