v1

latestOpenAPI 3.0.02026-07-26866217.8 KB
Listing Calendar

Get Vrbo Listing Price and Rules

Get the pricing and rules of a Vrbo listing as currently recorded by Hostex. The data is the snapshot Hostex keeps in sync with Vrbo (updated when changes are made through Hostex or the listing is re-synced), not a real-time read from Vrbo. The response fields mirror the settings object accepted by POST /listings/vrbo/price_and_rules.

get/listings/vrbo/price_and_rules

Query parameters

listing_idstring required

The unique identifier for different channels. <br>For example, the listing id for Airbnb is the Airbnb listing id, and the listing id for Booking.com is the Booking.com room id - rateplan id.

The Vrbo listing id.

Response

The current price and rules of the Vrbo listing.

request_idstring required

Unique identifier for the request.

error_codeinteger required

Numeric error code representing the status of the response. A value of 200 indicates success. <br> See the Error Codes section for more information.

error_msgstring required

Message detailing the status of the response.

Example response

{
  "error_msg": "Done."
}