Booking software

Live validation of tickets and articles

You can easily check the validity of tickets via our API. The current day is always used as the validity date.

Example request

To check a ticket, send a request to the following URL:

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

Return

The response is in the form of a JSON array that specifies the validity of the ticket. This allows you to quickly and easily determine whether a ticket is valid.