latestOpenAPI 3.1.12026-08-108026304.2 KB

7b222e8ec91c

Issued tickets

Get a single issued ticket

Returns an issued ticket

get/v1/issued_tickets/{issued_ticket_id}

Path parameters

issued_ticket_idstring required

The unique identifier for the issued ticket

Response

A successfully returned issued ticket

objectstring required
idstring required

A unique identifier for the issued ticket

add_on_idstring nullable

A unique identifier for the associated product

barcodestring required

Barcode text value

barcode_urlstring required

URL to barcode image

checked_instring required

Returns whether or not issued ticket is checked in

created_atinteger required

Timestamp when issued ticket was created

descriptionstring required
emailstring nullable required

The order email address

event_idstring required

ID of the event issued ticket belongs to

event_series_idstring required

ID of the event series the issued ticket belongs to

group_ticket_barcodestring nullable required

Barcode for group ticket, if it is part of one

referencestring nullable required

An external reference for imported tickets (via the API or Dashboard)

full_namestring nullable required

Full name of attendee

first_namestring nullable required

First name of attendee

last_namestring nullable required

Last name of attendee

listed_priceinteger nullable

List price of the ticket type at the time of purchase

reservationstring nullable required

Reservation from seating chart where applicable

status'valid' | 'voided' required
source'api' | 'dashboard_import' nullable required
ticket_type_idstring nullable required

ID of the ticket type

updated_atinteger required

Timestamp when issued ticket was last updated

voided_atinteger nullable required

Timestamp when issued ticket was voided

order_idstring nullable required

A unique identifier for the order

qr_code_urlstring required

URL to QR code image

Example response

{
  "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"
}