v1

latestSwagger 2.0Private2026-08-04128286690.5 KB
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

order_ticket_keysstring[] required

Array of order ticket keys to process.

Example request

{
  "order_ticket_keys": [
    "a1b2c3",
    "d4e5f6"
  ]
}

Response

Successfully undone check-in for order tickets.