Events
Check in event tickets.
Use this endpoint to mark one or more tickets as checked in. The event must be in ACTIVE or COMPLETE status. Tickets with CANCELLED status cannot be checked in (returns HTTP 400).
post/events/{event_id}/check_in/tickets
Path parameters
event_idstring required
The ID that uniquely identifies the event.
Request body
Example request
{
"order_ticket_keys": [
"a1b2c3",
"d4e5f6"
]
}Response
Successfully checked in order tickets.