Eventzilla · Example Payload

Checkin Response

EventsTicketingRegistrationAttendeesEvent Management

Checkin Response is an example object payload from Eventzilla, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

first_namelast_nameeventtitleorderefemailstatus

Example Payload

Raw ↑
{
  "first_name": "Jane",
  "last_name": "Smith",
  "eventtitle": "Annual Tech Conference 2026",
  "orderef": "TXN-20260915-001",
  "email": "jane.smith@example.com",
  "status": "Checkin"
}