KorusTicket API documentation
https://api.demo.korusticket.com/
https://api.korusticket.com/
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
https://api.demo.korusticket.com/v1/ticketing/catalogs/{catalogId}/offers/{id}/price
https://api.korusticket.com/v1/ticketing/catalogs/{catalogId}/offers/{id}/price
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" }