Arrivals API getBookings


Instructions

Get Upcomming Arrivals

Use this function to read a JSON list of upcoming bookings for the specified property.

To get started contact us for a merchantKey to access this endpoint.

The propKey and more parameters to determine which bookings are included can be found at the menu: "Settings > Apps & Integrations > Arrivals".

Personal information can only be included if allowed at the menu: "Settings > Apps & Integrations > Arrivals" and the parameter "includePersonalInfo": true, is included in the request.

Booking info items are included if the parameter "includeInfoItems": true, is included in the request. Booking info items can be writen with the Arrivals API setBooking function.

Example Request

{
    "authentication": {
        "apiKey": "merchantKey",
        "propKey": "property accessKey"
    },
    "includePersonalInfo": false,
    "includeInfoItems": false
}