Integrate with the Smart Hotel Engine platform. Build booking widgets, manage properties, and connect distribution channels.
Search hotels, check availability, create and manage bookings
Base URL: https://api.debangkok.com/api/v1/booking/api/v1/booking/searchSearch available hotels by location, dates, and guests
city, checkIn, checkOut, adults, children/api/v1/booking/hotels/:id/availabilityGet room availability for a specific hotel
checkIn, checkOut/api/v1/booking/reserveCreate a booking reservation (holds for 15 min)
hotelId, roomTypeId, checkIn, checkOut, guestInfo/api/v1/booking/confirmConfirm a reservation with payment
reservationId, paymentToken/api/v1/booking/booking/:refRetrieve booking details by reference number
bookingRef/api/v1/booking/cancelCancel an existing booking
bookingRef, reason