KorusTicket API documentation
KorusTicket API (1.0.7)
Download OpenAPI description
Overview
Languages
Servers
Demo server
https://api.demo.korusticket.com/
Production server
https://api.korusticket.com/
Request
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 tax
Only eur is supported for now
Security
JWT
- Demo server
https://api.demo.korusticket.com/v1/ticketing/catalogs/{catalogId}/offers/{id}/price
- Production server
https://api.korusticket.com/v1/ticketing/catalogs/{catalogId}/offers/{id}/price
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api.demo.korusticket.com/v1/ticketing/catalogs/{catalogId}/offers/{id}/price' \
-H 'Authorization: YOUR_API_KEY_HERE'
Response
application/ld+json
{ "@context": "string", "@id": "string", "@type": "string", "amountInclTax": "100.00", "amountExclTax": "80.00", "currency": "eur" }