Skip to main content

ticketing.check_in.created

Generated from COPE public event contracts. Do not edit this page by hand.
Use this event to reconcile attendance for a known vendor-owned ticket.

Delivery Contract

FieldValue
EncodingCloudEvents 1.0 structured JSON
DeliveryAt least once
IdempotencyUse the CloudEvents source + id tuple, or COPE idempotency_key when available.
Sourcecope.ticketing
Subject patterncheck_in:<identifier>
CategoryTicketing
AvailabilityAvailable in the public webhook reference.
Schema titleticketing.check_in.created v1 payload
Schema IDhttps://schemas.cope.com/events/ticketing.check_in.created/v1

Payload Fields

FieldRequiredTypeAllowed ValuesDescription
attendeeyesobject--
check_in_idyesstring--
checked_in_atyesstring--
device_idnostring--
event_idyesstring--
event_product_idyesstring--
event_typeyesconstticketing.check_in.created-
gatenostring--
occurred_atyesstring--
scanner_session_idyesstring--
schema_versionyesconst1.0-
ticket_idyesstring--

Example CloudEvent

{
  "data": {
    "attendee": {
      "email": "buyer@example.com",
      "name": "example_name"
    },
    "check_in_id": "example_id",
    "checked_in_at": "2026-05-05T12:00:00.000Z",
    "event_id": "example_id",
    "event_product_id": "example_id",
    "event_type": "ticketing.check_in.created",
    "occurred_at": "2026-05-05T12:00:00.000Z",
    "scanner_session_id": "example_id",
    "schema_version": "1.0",
    "ticket_id": "example_id"
  },
  "datacontenttype": "application/json",
  "dataschema": "https://schemas.cope.com/events/ticketing.check_in.created/v1",
  "id": "ticketing.check_in.created:example",
  "idempotency_key": "ticketing.check_in.created:example",
  "source": "cope.ticketing",
  "specversion": "1.0",
  "subject": "check_in:example",
  "time": "2026-05-05T12:00:00.000Z",
  "type": "ticketing.check_in.created"
}

Compatibility

Fields may be added within the same major version. Removing or changing the meaning of a documented field requires a new event version.