KorusTicket API documentation
Korus Ticket API Specification
Retrieves the collection of TicketingOfferTicket resources.
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}/offers/{offerId}/tickets
- Production server
https://api.korusticket.com/v1/ticketing/catalogs/{catalogId}/offers/{offerId}/tickets
- 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/{offerId}/tickets' \
-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}/offers/{offerId}/tickets/{id}
- Production server
https://api.korusticket.com/v1/ticketing/catalogs/{catalogId}/offers/{offerId}/tickets/{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}/offers/{offerId}/tickets/{id}' \
-H 'Authorization: YOUR_API_KEY_HERE'
Response
application/ld+json
{ "@context": "string", "@id": "string", "@type": "string", "id": "0194cb3b-55d8-7d9f-a344-cee66d7d20dd", "name": "A great offer's ticket name", "description": "A great offer's ticket description", "dateAccess": true, "sessions": [ { … } ], "form": "/v1/forms/0195197f-7918-7285-bb4b-7df2b682c3eb" }