v1

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

order_ticket_keysstring[] required

Array of order ticket keys to process.

Example request

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

Response

Successfully checked in order tickets.