The Listing's Calendar endpoints will no longer be served in Guesty Open API.

Retrieving a single calendar
GET /listings/:id/calendar

Retrieving multiple calendars
GET /listings/calendars

Update calendars
PUT /listings/calendars

📘

Tip:

Instead of Listing's Calendar endpoints, you can use the Calendar endpoints.

The Search endpoint will no longer be served in Guesty Open API.

Search for everything
GET /search

📘

Tip:

Instead of the Search endpoint, you can use the relevant dedicated endpoint with specific fields and filters to retrieve the data required.

For instance; you can use GET /reservations endpoint for reservations, GET /listings endpoint for listings, and so on. Please see our API reference for the list of available endpoints.