Skip to main content

ticketing.ticket.issued

Generated from COPE public event contracts. Do not edit this page by hand.
Use this event to reconcile vendor-owned ticket issued lifecycle data, including attendee details owned by the vendor.

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 patternticket:<identifier>
CategoryTicketing
AvailabilityAvailable in the public webhook reference.
Schema titleticketing.ticket.issued v1 payload
Schema IDhttps://schemas.cope.com/events/ticketing.ticket.issued/v1

Payload Fields

FieldRequiredTypeAllowed ValuesDescription
attendeeyesobject--
credential_urlnostring--
event_idyesstring--
event_product_idyesstring--
event_typeyesconstticketing.ticket.issued-
issued_atyesstring--
occurred_atyesstring--
order_idnostring--
order_line_idnostring--
schema_versionyesconst1.0-
ticket_idyesstring--

Example CloudEvent

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

Compatibility

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