KorusTicket API documentation
KorusTicket API (1.0.29)
Request
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
- Demo serverhttps://api.demo.korusticket.com/v1/ticketing/catalogs
- Production serverhttps://api.korusticket.com/v1/ticketing/catalogs
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
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'TicketingCatalog collection
Description of the catalog (HTML string). May be null. Localized content.
Short description of the catalog (HTML string). May be null. Localized content.
Terms of use of the catalog (HTML string). May be null. Localized content.
{ "totalItems": 0, "search": { "@type": "string", "template": "string", "variableRepresentation": "string", "mapping": [ … ] }, "view": { "@id": "string", "type": "string", "first": "string", "last": "string", "previous": "string", "next": "string" }, "member": [ { … } ] }
Request
Name of the catalog.
Officially supported language for the catalog. This language can be used to query events, products, and other resources in the catalog such as offers.
created_at, 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
- Demo serverhttps://api.demo.korusticket.com/v1/ticketing/catalogs/{id}
- Production serverhttps://api.korusticket.com/v1/ticketing/catalogs/{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/{id}' \
-H 'Authorization: YOUR_API_KEY_HERE'TicketingCatalog resource
Description of the catalog (HTML string). May be null. Localized content.
Short description of the catalog (HTML string). May be null. Localized content.
Terms of use of the catalog (HTML string). May be null. Localized content.
{ "@context": "string", "@id": "string", "@type": "string", "id": "0194ad2c-491c-7c9e-b842-10ee940ed6a3", "createdAt": "2025-01-27T15:15:20+00:00", "lastSyncedAt": "2025-01-27T15:15:20+00:00", "name": "Groupama Stadium", "description": "<h1>Explore the stadium's behind-the-scenes on an exclusive Stadium Tour, from the pitch to the locker rooms, through the VIP boxes.</h1>", "shortDescription": "<b>Experience OL like never before.</b>", "termsOfUse": "<p>List of terms</p>", "supportedLanguages": [ "fr", "en" ], "operational": true, "venue": { "name": "Groupama Stadium", "line1": "10 avenue Simone-Veil", "line2": "Bâtiment B", "postalCode": "69150", "city": "Décines-Charpieu", "country": "FR", "phone": "+33123456789", "website": "https://www.puydufou.com", "latitude": "46.8930", "longitude": "-0.9306" }, "logo": { "publicUrl": "https://example.com/logo.png" }, "gallery": [ { … } ] }