GET https://yourdomain.com/bookyflow/api/booking/error_messages
All possible error messages that you may encounter while communicating with the booking API.
| Header | Value | Required | Description |
|---|---|---|---|
X-BOOKYFLOW-BOOKING-SESSION-ID |
YOUR_SESSION_ID |
Yes |
GET https://yourdomain.com/bookyflow/api/booking/format_price/154.36
Optional
Uses BookyFlow framework functionality to format prices depending on the property's settings.
| Header | Value | Required | Description |
|---|---|---|---|
X-BOOKYFLOW-BOOKING-SESSION-ID |
YOUR_SESSION_ID |
Yes |
GET https://yourdomain.com/bookyflow/api/booking/dates_in_range/2022-05-17/2022-06-02
Optional
Returns all calendar dates within a set of dates. These dates are not filtered for availability.
| Header | Value | Required | Description |
|---|---|---|---|
X-BOOKYFLOW-BOOKING-SESSION-ID |
YOUR_SESSION_ID |
Yes |
GET https://yourdomain.com/bookyflow/api/booking/regions/AT
Return regions and region ids for a given country.
| Header | Value | Required | Description |
|---|---|---|---|
X-BOOKYFLOW-BOOKING-SESSION-ID |
YOUR_SESSION_ID |
Yes |