Skip to main content

New issued ticket

Webhook 

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

Request

Responses

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

Request Collapse all
Body
{
  "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": null,
    "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": null,
    "first_name": null,
    "last_name": null,
    "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"
  }
}