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/
- Demo server
https://api.demo.korusticket.com/v1/ticketing/catalogs/{catalogId}/events
- Production server
https://api.korusticket.com/v1/ticketing/catalogs/{catalogId}/events
- 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}/events?page=1&itemsPerPage=10&withDisabled=true' \
-H 'Authorization: YOUR_API_KEY_HERE'
Response
application/ld+json
{ "member": [ { … } ], "totalItems": 0, "view": { "@id": "string", "type": "string", "first": "string", "last": "string", "previous": "string", "next": "string" }, "search": { "@type": "string", "template": "string", "variableRepresentation": "string", "mapping": [ … ] } }
- Demo server
https://api.demo.korusticket.com/v1/ticketing/catalogs/{catalogId}/events/{id}
- Production server
https://api.korusticket.com/v1/ticketing/catalogs/{catalogId}/events/{id}
- 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}/events/{id}' \
-H 'Authorization: YOUR_API_KEY_HERE'
Response
application/ld+json
{ "@context": "string", "@id": "string", "@type": "string", "id": "0194cb34-2e9c-7217-9040-c733a5c8637b", "name": "A great event name", "description": "A great event description", "disabled": true }