Korus Ticket API Specific...
- Retrieves the collection of TicketingProduct resources.
Retrieves the collection of TicketingProduct resources.
Retrieves the collection of TicketingProduct resources.
Retrieves a TicketingProduct resource.
Retrieves a TicketingProduct resource.
Retrieves the collection...
Retrieves the collection of TicketingProduct resources.
Security
JWT
- Demo serverhttps://api.demo.korusticket.com/v1/ticketing/product_bases/{productBaseId}/products
- Production serverhttps://api.korusticket.com/v1/ticketing/product_bases/{productBaseId}/products
curl -i -X GET \
'https://api.demo.korusticket.com/v1/ticketing/product_bases/{productBaseId}/products?page=1&itemsPerPage=10&withDisabled=true&optionValuesContext%5B%5D=string' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
{ "totalItems": 0, "search": { "@type": "string", "template": "string", "variableRepresentation": "string", "mapping": [ … ] }, "view": { "@id": "string", "@type": "string", "first": "string", "last": "string", "previous": "string", "next": "string" }, "member": [ { … } ] }