Skip to content

KorusTicket API (1.0.38)

KorusTicket API documentation

Download OpenAPI description
Languages
Servers
Demo server
https://api.demo.korusticket.com
Production server
https://api.korusticket.com

The files associated to the Order. These are typically the customer's tickets for the Event.

Operations

A ticket is a single ticket for an OrderItem. A ticket is issued by the OrderItem's Order.

Operations

An Order is an actual booking in the ticket issuer's system.

Operations

A reservation temporarily holds an Offer, guaranteeing its availability and price for a limited time in the ticket issuer's system.

Operations

A Catalog is the ticket issuer's collection of products and events. There is usually only one Catalog per TicketIssuer.

Operations

It is the price table of a product. Offers defines the price and availability of a Product at a specific date.

Operations

Request

Attributes details

Security
JWT
Path
catalogIdstring[0-9a-f]{8}-[0-9a-f]{4}-7[0-9a-f]{3}-[89ab][0...required

Catalog identifier

Query
pageinteger

The collection page number

Default 1
itemsPerPageinteger[ 0 .. 50 ]

The number of items per page

Default 10
order[date]string

Order by date

Enum"asc""desc"
date[after]string[0-9]{4}-(?:0[1-9]|1[012])-(?:0[1-9]|[12][0-9...

TicketingOffer date[after]

date[strictly_after]string[0-9]{4}-(?:0[1-9]|1[012])-(?:0[1-9]|[12][0-9...

TicketingOffer date[strictly_after]

date[before]string[0-9]{4}-(?:0[1-9]|1[012])-(?:0[1-9]|[12][0-9...

TicketingOffer date[before]

date[strictly_before]string[0-9]{4}-(?:0[1-9]|1[012])-(?:0[1-9]|[12][0-9...

TicketingOffer date[strictly_before]

product[]Array of strings

Filter by product

sessionstring[0-9a-f]{8}-[0-9a-f]{4}-7[0-9a-f]{3}-[89ab][0...

Filter by session

curl -i -X GET \
  'https://api.demo.korusticket.com/v1/ticketing/catalogs/{catalogId}/offers?page=1&itemsPerPage=10&order%5Bdate%5D=asc&date%5Bafter%5D=string&date%5Bstrictly_after%5D=string&date%5Bbefore%5D=string&date%5Bstrictly_before%5D=string&product%5B%5D=string&session=string' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

TicketingOffer collection

Bodyapplication/ld+json
totalItemsinteger>= 0
searchobject
viewobject
Example: {"@id":"string","@type":"string","first":"string","last":"string","previous":"string","next":"string"}
memberArray of objects(TicketingOffer.jsonld-v1.offer.read)required
member[].​@contextstring or object
One of:
string
member[].​@idstringrequired
member[].​@typestringrequired
member[].​idstring
Example: "0194ad2c-491c-7c9e-b842-10ee940ed6a3"
member[].​datestring or null(date)
Example: "2025-01-27"
member[].​expiresAtstring(date-time)
member[].​availabilityCheckRequiredboolean
member[].​realtimePriceRequiredboolean
member[].​priceobject(OfferPrice.jsonld-v1.offer.read)
member[].​productobject(TicketingProduct.jsonld-v1.offer.read)

Products are elements that can be purchased. The price and availability of a product at specific date and for a specific category are specified in the Offer object.

member[].​ticketsArray of objects(TicketingOfferTicket.jsonld-v1.offer.read)
member[].​availableQuantityinteger or nullDeprecated
Example: 4000
Response
application/ld+json
{ "totalItems": 0, "search": { "@type": "string", "template": "string", "variableRepresentation": "string", "mapping": [] }, "view": { "@id": "string", "@type": "string", "first": "string", "last": "string", "previous": "string", "next": "string" }, "member": [ {} ] }

Retrieves a TicketingOffer resource.

Request

Retrieves a TicketingOffer resource.

Security
JWT
Path
catalogIdstring[0-9a-f]{8}-[0-9a-f]{4}-7[0-9a-f]{3}-[89ab][0...required

Catalog identifier

idstring[0-9a-f]{8}-[0-9a-f]{4}-7[0-9a-f]{3}-[89ab][0...required

Offer identifier

curl -i -X GET \
  'https://api.demo.korusticket.com/v1/ticketing/catalogs/{catalogId}/offers/{id}' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

TicketingOffer resource

Bodyapplication/ld+json
@contextstring or object
One of:
string
@idstringrequired
@typestringrequired
idstring
Example: "0194ad2c-491c-7c9e-b842-10ee940ed6a3"
datestring or null(date)
Example: "2025-01-27"
expiresAtstring(date-time)
availabilityCheckRequiredboolean
realtimePriceRequiredboolean
priceobject(OfferPrice.jsonld-v1.offer.read)
productobject(TicketingProduct.jsonld-v1.offer.read)

Products are elements that can be purchased. The price and availability of a product at specific date and for a specific category are specified in the Offer object.

ticketsArray of objects(TicketingOfferTicket.jsonld-v1.offer.read)
availableQuantityinteger or nullDeprecated
Example: 4000
Response
application/ld+json
{ "@context": "string", "@id": "string", "@type": "string", "id": "0194ad2c-491c-7c9e-b842-10ee940ed6a3", "date": "2025-01-27", "expiresAt": "2019-08-24T14:15:22Z", "availabilityCheckRequired": true, "availableQuantity": 4000, "realtimePriceRequired": true, "price": { "amountInclTax": "100.00", "originalAmountInclTax": "120.00", "currency": "eur" }, "product": { "@context": "string", "@id": "string", "@type": "string", "id": "0194ad2c-491c-7c9e-b842-10ee940ed6a3", "name": "A great product name", "description": "A great product description", "disabled": true, "options": [] }, "tickets": [ {} ] }

Ticket availability

Operations
Operations

The tickets contained in an Offer. A tickets give access to an Event's sessions.

Operations

OfferTicketSession represents the time slot of an OfferTicket.

Operations

Product Base available option

Operations

Product Base available option values

Operations

Product Base are the main elements of a catalog. They allow to group related products. They contain option with values that can be used to filter products.

Operations

Products are elements that can be purchased. The price and availability of a product at specific date and for a specific category are specified in the Offer object.

Operations

The SeatMap contains the layout of the seats for a chosen session.

Operations