KorusTicket API documentation
KorusTicket API documentation
Officially supported language for the catalog. This language can be used to query events, products, and other resources in the catalog such as offers.
amountInclTax
contains the amount including taxamountExclTax
, if provided by the ticket issuer, contains the amount excluding taxOnly eur is supported for now
curl -i -X GET \
'https://api.demo.korusticket.com/v1/ticketing/catalogs/{catalogId}/offers/{id}/price' \
-H 'Authorization: YOUR_API_KEY_HERE'
{ "@context": "string", "@id": "string", "@type": "string", "amountInclTax": "100.00", "amountExclTax": "80.00", "currency": "eur" }