API

Sections

Theme switcher

/bookings/{booking_id}/tickets

Header Parameters

Api-Keystring

Query Parameters

typestring

Type of tickets to retrieve (e.g., "pdf", "html", "pkpass")

Enum values:
pdfhtmlpkpassqr-code-pngimagegoogle-walletjson

Path Parameters

idstring Required

Booking ID

Pattern
^(?:[A-Za-z0-9_-]{22})(?![\s\S])

Response

200 (pdf)
Object

Successful response with pdf ticket.

200 (Google Wallet)
Object

Successful response with Google Wallet ticket.

Response Attributes

dataobject

Show child attributes

jsonapiobject

Show child attributes

200 (PKPASS)
Object

Successful response with PKPASS ticket.

Response Attributes

dataarray

Show child attributes

jsonapiobject

Show child attributes

200 (QR Code)
Object

Successful response with QR Code ticket.

Response Attributes

dataarray

Show child attributes

jsonapiobject

Show child attributes

200 (HTML)
Object

Successful response with HTML ticket.

500
Object

Error response: no PKPASS ticket available (and other cases).

Response Attributes

errorsarray

Show child attributes

jsonapiobject

Show child attributes

Was this section helpful?

GET

/

Select
1

Response

Was this section helpful?
View as Markdown

Ask an AI

Open in ChatGPTOpen in ClaudeOpen in Perplexity

Code with AI

Open in Copilot