v1

latestOpenAPI 3.0.32026-07-2672165314.6 KB
Rates

Rate's settings

Returns rate settings for the houseId.

get/v2/rates/settings

Query parameters

houseIdinteger

Response

Success

bookabilityinteger

Indicates the booking type for this property. Returned as an integer value. 0 = Instant Booking (reservations are confirmed automatically), 1 = Booking Request (reservations require host approval before being confirmed), 2 = Enquiry Only (guests can only send enquiries and cannot make bookings directly)

check_in_hourinteger nullable

If present, minimum hour allowed to check in -1: Flexible, 0-23: Hour of day

check_out_hourinteger nullable

If present, maximum hour allowed to check out -1: Flexible, 0-23: Hour of day

booking_window_daysinteger

Limits how many days in advance guests can book.

advance_notice_daysinteger

Specifies the minimum number of days in advance that a guest has to make a reservation. Guests cannot make a reservation less than this many days before the check-in date.

advance_notice_hoursinteger nullable

Specifies the minimum number of hours in advance that a guest has to make a reservation, applied in addition to advance_notice_days. Guests cannot make a reservation less than this many hours before the check-in date.

preparation_time_daysinteger

Indicates the time between bookings when reservations are not allowed

currency_codestring nullable

Currency code

vatnumber double

VAT amount

is_vat_exclusiveboolean

Indicates if the price includes or excludes VAT (true is exclusive/no VAT, false is inclusive)

Example response

{
  "fees": [
    {
      "price": {
        "amount": 123.45
      }
    }
  ],
  "taxes": [
    {
      "price": {
        "amount": 123.45
      }
    }
  ],
  "promotions": [
    {
      "price": {
        "amount": 123.45
      }
    }
  ]
}