Live Validity Check for Tickets and Items

Travelmanager Team
May 15, 2026
1 min read
Travelmanager

Live Validity Check for Tickets and Items

You can check the validity of tickets through the API. The current day is used as the validity date.

Example Request

/xml.php?token=xyz&aktion=ticketcheck_live&barcode=XYZ08818

ParameterDescription
tokenValid API token for account access.
aktionMust contain ticketcheck_live for this check.
barcodeTicket or item code to check live.

Response

FormatContent
JSONResult of the live check including validity information.
Last updated on May 15, 2026