Events
Undo event ticket check-in.
Use this endpoint to undo check-in for one or more tickets, marking them as not checked in. The event must be in ACTIVE or COMPLETE status.
post/events/{event_id}/undo_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 undone check-in for order tickets.