latestOpenAPI 3.1.12026-08-108026304.2 KB

7b222e8ec91c

Check ins

Create a check in

Creates a check in

post/v1/check_ins

Response

Successfully created a new check in

objectstring
idstring
check_in_atinteger

Timestamp of when the ticket is checked in or out

created_atinteger

Check in creation timestamp

event_idstring

The ID of the associated event

issued_ticket_idstring

The ID of the associated ticket that is to be checked in or out

local_unique_idstring

The optional unique ID that safegards from accidentally checking in multiple times

quantityinteger

in=1, out=-1

Example response

{
  "object": "check_in",
  "id": "ci_123",
  "check_in_at": 1580211492,
  "created_at": 1580211492,
  "event_id": "ev_40980",
  "issued_ticket_id": "it_50199",
  "local_unique_id": "4c2eae10-2dd7-11ed-a261-0242ac120002-b3fd6e91-334e-4d99-8cb3-322452a54b2a",
  "quantity": 1
}