KorusTicket API documentation
KorusTicket API (1.0.10)
Download OpenAPI description
Overview
Languages
Servers
Demo server
https://api.demo.korusticket.com/
Production server
https://api.korusticket.com/
- 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
{ "amountInclTax": "100.00", "amountExclTax": "80.00", "currency": "eur" }