API V2.0 changelog: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (8 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
[[Category: | [[Category:API_V2]] | ||
<div class=="heading">API | <div class=="heading">API V2 Changelog</div> | ||
This page lists major or breaking changes to API | This page lists major or breaking changes to API V2 | ||
Note: changes to API endpoints marked under construction may not be documented. | Note: changes to API endpoints marked under construction may not be documented. | ||
| Line 52: | Line 52: | ||
== 2024-01-10 == | == 2024-01-10 == | ||
Added a new parameter "searchString" to GET /bookings. This will search the guest name, email, apiref and bookingId fields and return matching bookings. | Added a new parameter "searchString" to GET /bookings. This will search the guest name, email, apiref and bookingId fields and return matching bookings. | ||
== 2024-02-27 == | |||
Added new API endpoint GET /channels/booking/reviews | |||
== 2024-04-04 == | |||
Added channel Airbnb to /settings/channels | |||
== 2024-05-28 == | |||
Added personal information to V2 booking webhooks. | |||
== 2024-06-03 == | |||
Added long life tokens | |||
Added usage information and an includeUsage parameter to GET /accounts | |||
== 2024-07-30 == | |||
Added support for adding different kinds of messages to bookings (guest, host, internalNote, system) | |||
== 2024-10-03 == | |||
The GET /channels/airbnb/reviews is now in beta | |||