APIs

Would like to connect with us? eTick Pro has full REST API to be linked.

Get Product List:

Get attraction info, product list (name, description, images, GEO location and etc.)

{attraction URL}/public_api-product

POST/json
request_date= {"site_no":"S00000001","app_token":"Is9kbEpUSH47mj9u","app_key":"RjjBAFDk5CdeinI","page":"1","product_type":"1"}

application/json

Get Product Details

Get product info, combination info of people type, dates, time slots and etc. One product a time

{attraction URL}/public_api-product-info

POST/json
request_date=
{"site_no":"S00000001","app_token":"Is9kbEpUSH47mj9u","app_key":"RjjBAFDk5CdeinI","product_id":"42","start_date":"2022-11-20","end_date":"2022-11-22"}

application/json

Check Product Quantity:

Explore the support and updates that come with your theme purchase, including the duration of access, the type of support offered, how to seek assistance for theme-related issues.

Check availability before placing an order

{attraction URL}/public_api-product-check_quantity

POST/json
request_date=
{"site_no":"S00000001","app_token":"Is9kbEpUSH47mj9u","app_key":"RjjBAFDk5CdeinI","product_id":"42","quantity":"3","product_for_people_id":"460","date":"2022-11-20","time_start":"09:00","time_end":"10:00"}

application/json

Push order:

Order submission

{attraction URL}/public_api-order-add

POST/json
request_date = {"email":"[email protected]","telephone":"123333333","firstname":"Fname","lastname":"Lname","company":"companyname","address_1":"address1","address_2":"","postcode":"NAAM2","products":[{"product_id":42,"quantity":2,"product_for_people_id":460,"date":"2022-11-20","time_start":"09:00","time_end":"10:00","people_info":[{"birthday":"2000-01-20","gender":"Male","name":"Tony"},{"birthday":"2010-01-20","gender":"Male","name":"Tony2"}]},{"product_id":42,"quantity":3,"product_for_people_id":461,"date":"2022-11-20","time_start":"09:00","time_end":"10:00","people_info":[]}]}

application/json