To fetch a listing's date specific overrides

Use this API to get your listing’s date specific overrides. By default, only overrides from today onwards are returned. Use the optional start_date and end_date query parameters to filter the date range.

Path parameters

listing_idstringRequired
Listing ID

Headers

X-API-KeystringRequired

Query parameters

pmsstringRequired
PMS name of the listing
start_datedateOptional

Filter overrides from this date onwards (YYYY-MM-DD). Defaults to today if omitted.

end_datedateOptional

Filter overrides up to and including this date (YYYY-MM-DD). If omitted, all overrides from start_date onwards are returned.

Response

Success
overrideslist of objectsOptional

Errors

400
Bad Request Error
404
Not Found Error