Public
Documentation Settings

Veetal Connect API

Veetal Connect API lets customers extract their data in order to be integrated in their own products, projects or services.

Rate API

GETGet Hotels

https://{{customer_name}}-connect-api.veetal.app:3000/rate/v6/get-hotels?auth_token={{auth_token}}

Use this API to get rates from Booking for a hotel and its competitive set.

PARAMS
auth_token

{{auth_token}}

GETGet Hotel Competitors

https://{{customer_name}}-connect-api.veetal.app:3000/rate/v6/get-hotel-competitors?hotel_id={{hotel_id}}

Use this API to get rates from Booking for a hotel and its competitive set.

PARAMS
hotel_id

{{hotel_id}}

Required. The hotel identifier

GETGet Rates

https://{{customer_name}}-connect-api.veetal.app:3000/rate/v6/get-rates?hotel_id={{hotel_id}}&ota={{ota}}&extraction_id={{extraction_id}}&rate_date={{rate_date}}&rate_year={{rate_year}}&rate_month={{rate_month}}&vs_id={{vs_id}}&adults={{adults}}&childs={{childs}}&regime={{regime}}&cancel_policy={{cancel_policy}}&genius={{genius}}&mobile_device={{mobile_device}}

Use this API to get rates from Booking for a hotel and its competitive set.

PARAMS
hotel_id

{{hotel_id}}

Required. The hotel identifier

ota

{{ota}}

Required. OTA code. Example: "booking"

extraction_id

{{extraction_id}}

Required. Received in getHotels

rate_date

{{rate_date}}

Required if rate_year and rate_month are empty. Date in YYYY-MM-DD format

rate_year

{{rate_year}}

Required if rate_date is empty. If present, rate_month is required. Year numeric in YYYY format

rate_month

{{rate_month}}

Required if rate_date is empty. If present, rate_year is required. Month numeric

vs_id

{{vs_id}}

Id (numeric) of the extraction to compare. ALso received in getHotels

adults

{{adults}}

Number of adults to filter

childs

{{childs}}

Number of children to filter

regime

{{regime}}

List of regimes to filter. Accepted values: 'alo', 'ad', 'mp', 'pc', 'ti'

cancel_policy

{{cancel_policy}}

List of policies to filter. Accepted values: 'free-cancellation', 'no-refundable', 'cancellation-with-cost'

genius

{{genius}}

Boolean. Rates for Genius User

mobile_device

{{mobile_device}}

Bollean. Rates for Mobile User

GETGet Next DayParity

https://{{customer_name}}-connect-api.veetal.app:3000/rate/v6/get-next-day-parity?hotel_id={{hotel_id}}&device={{device}}&auth_token={{auth_token}}

Use this API to get rates from Booking for a hotel and its competitive set.

PARAMS
hotel_id

{{hotel_id}}

Required. The hotel identifier

device

{{device}}

auth_token

{{auth_token}}

Loading