TicketingCatalog
KorusTicket API
BookingOrderDocument
BookingOrderItemTicket
BookingOrder
BookingReservation
TicketingOffer
TicketingOfferAvailability
TicketingOfferPrice
TicketingOfferTicket
TicketingOfferTicketSession
TicketingProductBaseOption
TicketingProductBaseOptionValue
TicketingProductBase
TicketingProduct
TicketingSeatMap
TicketingSession
Name of the catalog.
createdAt, UTC, the time at which the catalog was first imported.lastSyncedAt, UTC, the time at which the catalog was updated.
Short description of the catalog (HTML string). May be null. Localized content.
Description of the catalog (HTML string). May be null. Localized content.
Terms of use of the catalog (HTML string). May be null. Localized content.
Venue information for the catalog. May be null.
name: Venue nameline1,line2: Address linespostalCode,city,country: Address detailsphone,website: Contact informationlatitude,longitude: Geographic coordinates (decimal degrees, returned as strings)
logo: Logo image if availablegallery: Gallery images ordered by position
Security
JWT
- Demo serverhttps://api.demo.korusticket.com/v1/ticketing/catalogs
- Production serverhttps://api.korusticket.com/v1/ticketing/catalogs
curl -i -X GET \
'https://api.demo.korusticket.com/v1/ticketing/catalogs?page=1&itemsPerPage=10&order%5BcreatedAt%5D=asc' \
-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": [ { … } ] }