Skip to main content

ticketing.ticket_delivery.requested

Generated from COPE public event contracts. Do not edit this page by hand.
Use this event to reconcile vendor-owned ticket requested 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_delivery:<identifier>
CategoryTicketing
AvailabilityAvailable in the public webhook reference.
Schema titleticketing.ticket_delivery.requested v1 payload
Schema IDhttps://schemas.cope.com/events/ticketing.ticket_delivery.requested/v1

Payload Fields

FieldRequiredTypeAllowed ValuesDescription
attendeeyesobject--
delivery_kindyesstring--
event_idyesstring--
event_product_idyesstring--
event_typeyesconstticketing.ticket_delivery.requested-
occurred_atyesstring--
order_idnostring--
order_line_idnostring--
recipientyesstring--
requested_atyesstring--
schema_versionyesconst1.0-
ticket_delivery_idyesstring--
ticket_idyesstring--

Example CloudEvent

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

Compatibility

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