KorusTicket API documentation
KorusTicket API (1.0.7)
Download OpenAPI description
Overview
Languages
Servers
Demo server
https://api.demo.korusticket.com/
Production server
https://api.korusticket.com/
Request
A form is used to collect additional data. For example, during the order process a form can collects essential customer information for the ticket issuer, including email addresses, allergy notifications, and required accommodations such as baby seats.
The unique code of this form.
The fields composing the form. A field can of different types, and can be required or not.
Security
JWT
- Demo server
https://api.demo.korusticket.com/v1/forms/{id}
- Production server
https://api.korusticket.com/v1/forms/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api.demo.korusticket.com/v1/forms/{id}' \
-H 'Authorization: YOUR_API_KEY_HERE'
Response
application/ld+json
{ "@context": "string", "@id": "string", "@type": "string", "id": "0195197f-7918-7285-bb4b-7df2b682c3eb", "code": "customer_infos_form", "fields": [ { … } ] }