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.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A ticket was 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.
| Field | Value |
|---|---|
| Encoding | CloudEvents 1.0 structured JSON |
| Delivery | At least once |
| Idempotency | Use the CloudEvents source + id tuple, or COPE idempotency_key when available. |
| Source | cope.ticketing |
| Subject pattern | ticket:<identifier> |
| Category | Ticketing |
| Availability | Available in the public webhook reference. |
| Schema title | ticketing.ticket.issued v1 payload |
| Schema ID | https://schemas.cope.com/events/ticketing.ticket.issued/v1 |
| Field | Required | Type | Allowed Values | Description |
|---|---|---|---|---|
attendee | yes | object | - | - |
credential_url | no | string | - | - |
event_id | yes | string | - | - |
event_product_id | yes | string | - | - |
event_type | yes | const | ticketing.ticket.issued | - |
issued_at | yes | string | - | - |
occurred_at | yes | string | - | - |
order_id | no | string | - | - |
order_line_id | no | string | - | - |
schema_version | yes | const | 1.0 | - |
ticket_id | yes | string | - | - |
{
"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"
}
Was this page helpful?