KorusTicket API documentation
Korus Ticket API Specific...
- Retrieves the collection of BookingOrderDocument resources.
Retrieves a BookingOrderDocument resource.
Updates the BookingOrderDocument resource.
Retrieves the collection...
KorusTicket API (1.0.19)
Download OpenAPI description
Overview
Languages
Servers
Demo server
https://api.demo.korusticket.com/
Production server
https://api.korusticket.com/
- Demo serverhttps://api.demo.korusticket.com/v1/booking/orders/{orderId}/documents
- Production serverhttps://api.korusticket.com/v1/booking/orders/{orderId}/documents
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api.demo.korusticket.com/v1/booking/orders/{orderId}/documents' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
application/ld+json
{ "totalItems": 0, "search": { "@type": "string", "template": "string", "variableRepresentation": "string", "mapping": [ … ] }, "member": [ { … } ] }
- Demo serverhttps://api.demo.korusticket.com/v1/booking/orders/{orderId}/documents/{id}
- Production serverhttps://api.korusticket.com/v1/booking/orders/{orderId}/documents/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api.demo.korusticket.com/v1/booking/orders/{orderId}/documents/{id}' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
application/ld+json
{ "@context": "string", "@id": "string", "@type": "string", "id": "0194ad2c-491c-7c9e-b842-10ee940ed6a3", "downloadableAt": "2025-01-27T15:15:20+00:00" }
Bodyapplication/merge-patch+jsonrequired
The updated BookingOrderDocument resource
object(BookingOrderDocument.PatchOrderDocumentInput-v1.order_document.patch_write.jsonMergePatch)
The files associated to the Order. These are typically the customer's tickets for the Event.
- Demo serverhttps://api.demo.korusticket.com/v1/booking/orders/{orderId}/documents/{id}
- Production serverhttps://api.korusticket.com/v1/booking/orders/{orderId}/documents/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PATCH \
'https://api.demo.korusticket.com/v1/booking/orders/{orderId}/documents/{id}' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/merge-patch+json' \
-d '{}'BookingOrderDocument resource updated
Example: "https://storage.googleapis.com/BUCKET/0194a854-daf4-78fc-aed1-b39a0867add7/0194b6c7-cbc8-7e79-b8a8-e95ffd98d08f/0194b6c7-cbc8-7e79-b8a8-e95ffe2acb49.pdf?GoogleAccessId=bucket%40bucket.iam.gserviceaccount.com&Expires=1738235339&Signature=KG27A%2Bc4z6C2McDcT4G3H70dZpp5ED7wsQawE2Q8qbeABJcWpNy7xd5fneTx%2BXLzzf0QBv8wfqVvl8tNKwyK1EFnvq%2FDwtt6OtjAwnObFZtRB4X6eHuVoVR%2FR%2FT9JznN6okNc7KC5lLTYFDUkH%2Fh7M6mQ35wrtSJ6WCFv1Zf7LaPIhubLK9%2BBEfnziLbRAph4U5XJBGf4Xa5zGJtRqArNON5Ivs0f95L6MXZ4Aft%2BhByW%2Bllq9z7T9cJJAErDWYRDQotiUGmR4AOZ3D25k1CeNf8EN3ORjYNwboxGp5S43toNxswhZlMapBqoFyNC8oHVrg7eCbwsVxEUnc%2FiTt%2Fyw%3D%3D"
Response
application/ld+json
{ "@context": "string", "@id": "string", "@type": "string", "id": "0194ad2c-491c-7c9e-b842-10ee940ed6a3", "temporaryUrl": "https://storage.googleapis.com/BUCKET/0194a854-daf4-78fc-aed1-b39a0867add7/0194b6c7-cbc8-7e79-b8a8-e95ffd98d08f/0194b6c7-cbc8-7e79-b8a8-e95ffe2acb49.pdf?GoogleAccessId=bucket%40bucket.iam.gserviceaccount.com&Expires=1738235339&Signature=KG27A%2Bc4z6C2McDcT4G3H70dZpp5ED7wsQawE2Q8qbeABJcWpNy7xd5fneTx%2BXLzzf0QBv8wfqVvl8tNKwyK1EFnvq%2FDwtt6OtjAwnObFZtRB4X6eHuVoVR%2FR%2FT9JznN6okNc7KC5lLTYFDUkH%2Fh7M6mQ35wrtSJ6WCFv1Zf7LaPIhubLK9%2BBEfnziLbRAph4U5XJBGf4Xa5zGJtRqArNON5Ivs0f95L6MXZ4Aft%2BhByW%2Bllq9z7T9cJJAErDWYRDQotiUGmR4AOZ3D25k1CeNf8EN3ORjYNwboxGp5S43toNxswhZlMapBqoFyNC8oHVrg7eCbwsVxEUnc%2FiTt%2Fyw%3D%3D", "downloadableAt": "2025-01-27T15:15:20+00:00" }