v1

latestOpenAPI 3.0.02026-07-26866217.8 KB
Availability

Query Property Availabilities

By sending a request to this endpoint, you can retrieve the availabilities of the properties.

get/availabilities

Query parameters

property_idsstring required

Enter property IDs to search, separating them with commas (,). A maximum of 100 properties can be queried at once.

start_datestring date required

The start date for records. The date format is YYYY-MM-DD, and must be within 1 years from now.

end_datestring date required

The end date for records. The date format is YYYY-MM-DD, and must be within 3 years from now.

Response

A list of availabilities with their details

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."
}