v1
latestOpenAPI 3.0.02026-07-26866217.8 KBReviews
Query Reviews
Query reviews like the Reviews Page.
get/reviews
Query parameters
reservation_codestring
Filters the results by the specified reservation code.
property_idinteger
Filters the results by the specified property ID.
review_status'pending_guest_review' | 'pending_host_review' | 'reviewed'
Filters the results by the specified review status. Default: reviewed
start_check_out_datestring date
Filters the results to include reservations with check-out dates starting from this date (inclusive). Default: 180 days ago.
end_check_out_datestring date
Filters the results to include reservations with check-out dates up to this date (inclusive). Less than 180 days from start_check_out_date. Default: today
offsetinteger required
Specifies the starting index from which the results should be returned. Default: 0
limitinteger required
Determines the maximum number of results to be returned, up to a maximum of 100. Default: 20
Response
Example response
{
"error_msg": "Done."
}