For AI agents: visit https://booking-api-docs.guesty.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| Property Name | Type | Description |
|---|
| String | Unique property ID from Guesty |
| title | String | Listing title as configured in Guesty |
| nickname | String | Listing nickname as configured in Guesty |
| type | String | ListingTypes -
SINGLE - Top unit
MTL - Multi unit (contain one or more allotment per unit) |
| accomodates | Integer | Maximum occupancy of the listing |
| accountId | String | The Guesty account ID that relate to the property |
| accountTaxes | Taxes object | |
| address | address object | Property address details. |
| amenities | String | List of all the property amenities Enum |
| bathrooms | Integer | Number of bathrooms in the property |
| bedrooms | Integer | Number of bedrooms in the property |
| beds | Integer | Number of beds in the property |
| bedType | string | |
| calendarRules | Calendar Rules object | |
| defaultCheckInTime | String | The default check-in time for this property |
| defaultCheckOutTime | String | The default check-out time for this property |
| pictures | Pictures object | |
| prices | Prices object | |
| propertyType | String | Define the property type enum |
| RoomType | String | #Property resource definition [block:parame |
| publicDescription | Public Description object | |
| tags | #Propert | Array of listing Guesty custom tags |
| taxes | Taxes object | |
| timezone | String | |
| terms | Terms object | |
| Name | Type | Description |
|---|
| String | |
| amount | Number | |
| appliedOnFees | #Propert | |
| name | String | |
| quantifier | String | |
| type | String | |
| units | String | |
| Name | Type | Description |
|---|
| defaultAvailability | Enum | AVAILABLE/BLOCKED |
| seasonalMinNights | #Property resourc | |
| ---from | String | |
| ---to | String | |
| rentalPeriods | #Property resou | |
| ---from | String | |
| ---to | String | |
| advanceNotice | #Property resou | |
| ---defaultSettings | Object | |
| ------hours | Number | |
| ------allowRequestToBook | Boolean | |
| bookingWindow | #Property resou | |
| ---defaultSettings | Object | |
| ------days | Number | |
| Name | Type | Description |
|---|
| date | String (date) | Format: yyyy-mm-dd |
| minNights | Number | minimum nights value for the listing |
| isBaseMinNights | Boolean | Whether this is the listing's minimum nights, or was specifically set for this day |
| status | String (Enum) | available, unavailable, reserved, booked |
| cta | Boolean | Closed To Arrival - Whether reservations are prevented from being booked starting on this day |
| ctd | Boolean | Closed To Departure - Whether reservations are allowed to be booked ending on this day |
| Name | Type | Description |
|---|
| city | String | City in which the property is located |
| country | String | the country where the property is located. |
| full | String | Full address |
| lat | Number | Latitude of the property location |
| lng | Number | Longitude of the property location |
| state | String | Optional. State/Province. |
| street | String | Street in which the property is located |
| neighborhood | String | Neighborhood in which the property is located as defined on Guesty |
| Name | Type | Description |
|---|
| original | String | URL to origin size image |
| large | String | |
| regular | String | |
| thumbnail | String | URL to picture thumbnail |
| String | |
| Name | Type | Description |
|---|
| basePrice | Integer | Regular listing price without custom override applied |
| currency | String | currencies |
| monthlyPriceFactor | Number | Listing price with monthly override applied |
| weeklyPriceFactor | Number | Listing price with weekly override applied |
| extraPersonFee | Number | |
| cleaningFee | Number | |
| petFee | Number | |
| Name | Type | Description |
|---|
| Guest controls | guestControls object | |
| space | String | Property description as provided by the user in Guesty |
| access | String | Property description as provided by the user in Guesty |
| neighborhood | String | Property description as provided by the user in Guesty |
| transit | String | Property description as provided by the user in Guesty |
| notes | String | Property description as provided by the user in Guesty |
| interactionWithGuests | String | Property description as provided by the user in Guesty |
| summary | String | Property description as provided by the user in Guesty |
| houseRules | String | Property description as provided by the user in Guesty |
| Name | Type | Description |
|---|
| allowsChildren | boolean | |
| allowsInfants | boolean | |
| allowsPets | boolean | |
| allowsSmoking | boolean | |
| allowsEvents | boolean | |
| Name | Type | Description |
|---|
| String | |
| amount | Number | |
| appliedOnFees | #Propert | |
| name | String | |
| quantifier | String | |
| type | String | |
| units | String | |
| Name | Type | Description |
|---|
| minNight | integer | The minimum reservation nights if reservation check in is on this day |
| maxNights | integer | The maximum reservation nights if reservation check in is on this day |
| cancellation | string | |
| Name | Type | Description |
|---|
| String | Id of the created object which is either a Reservation or Inquiry |
| status | String | Status of the booking. confirmed: Successfully created a Reservation.
inquiry: Successfully created a Inquiry.
declined: Failed to create a Inquiry or Reservation. |
| confirmationCode | String | Confirmation code for the reservation. This is null for an inquiry or declined status. |
| errors | String | Error string describing why the request was declined |