KorusTicket API documentation
KorusTicket API documentation
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.
curl -i -X GET \
'https://api.demo.korusticket.com/v1/forms/{id}' \
-H 'Authorization: YOUR_API_KEY_HERE'
{ "@context": "string", "@id": "string", "@type": "string", "id": "0195197f-7918-7285-bb4b-7df2b682c3eb", "code": "customer_infos_form", "fields": [ { … } ] }