latestOpenAPI 3.1.12026-08-108026304.2 KB

7b222e8ec91c

Issued tickets

New issued ticket

ISSUED_TICKET.CREATED webhook triggered when new issued ticket is created.

postWebhooknewIssuedTicket

Payload

idstring

A unique identifier for the webhook history

created_atstring

Datetime of the webhook request

eventstring

Webhook subscription event

resource_urlstring

API link to the issued ticket

Example payload

{
  "id": "wh_15",
  "created_at": "2025-01-01 10:00:00",
  "event": "ISSUED_TICKET.CREATED",
  "resource_url": "https://api.tickettailor.com/v1/issued_tickets/it_50198",
  "payload": {
    "object": "issued_ticket",
    "id": "it_50198",
    "add_on_id": "pr_123",
    "barcode": "al4R5",
    "barcode_url": "https://www.tickettailor.com/userfiles/cache/barcode/qr/attendee/50198/42bf63ef2a055b91a62f",
    "checked_in": "false",
    "created_at": 1587042697,
    "custom_questions": [],
    "description": "Free ticket",
    "email": "john@example.com",
    "event_id": "ev_40980",
    "event_series_id": "es_596",
    "group_ticket_barcode": null,
    "reference": "my reference code",
    "full_name": "John Doe",
    "first_name": "John",
    "last_name": "Doe",
    "listed_currency": {
      "base_multiplier": 100,
      "code": "gbp"
    },
    "listed_price": 100,
    "status": "valid",
    "source": "api",
    "ticket_type_id": "tt_230656",
    "updated_at": 1587042697,
    "voided_at": null,
    "order_id": "or_737352",
    "qr_code_url": "https://www.tickettailor.com/userfiles/cache/barcode/st/attendee/50198/42bf63ef2a055b91a62f"
  }
}

Response

Return a 200 status to indicate that the data was received successfully