While the same webhooks from our old API are still available to you in the new Open API, they're now accompanied by new guides explaining what you can expect from their payloads, and when. Here are the guides currently available with more on the way.
You asked for it and now you have it. Edit your additional fees and taxes on both the account and listing level via our new Additional Fees and Taxes APIs.
The Listing's Calendar endpoints will no longer be served in Guesty Open API.
Retrieving a single calendar
GET /listings/:id/calendarRetrieving multiple calendars
GET /listings/calendarsUpdate 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 /reservationsendpoint for reservations,GET /listingsendpoint for listings, and so on. Please see our API reference for the list of available endpoints.
