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