API Reference

Webhook notifications concerning reservations.

Example notification

{
  "reslyAccountId": "resly-hotel",
  "reslyWebhookType": "reservation",
  "hotelId": "resly-hotel",
  "portfolioId": "",
  "reservationId": "e4fVl48C0NEyLfesdgME",
  "currency": "AUD",
  "status": "confirmed",
  "reservationRef": "5350",
  "checkIn": "2024-11-12",
  "checkOut": "2024-11-13",
  "createdOn": "2024-11-10",
  "roomId": "TAYLOR-ST-13",
  "roomName": "13 Taylor Street",
  "roomTypeId": "TAYLOR-ST-13",
  "roomTypeName": "13 Taylor Street",
  "agentId": "airbnb",
  "agentName": "Airbnb",
  "agentReference": "Esse omnis ea provid",
  "ratePlanId": "3N-TAYLOR-ST-13",
  "ratePlanName": "3 Nights Min",
  "bookingDate": "2024-11-10",
  "comments": "Perferendis facere e",
  "firstName": "Indigo",
  "lastName": "Hutchinson",
  "adults": 1,
  "children": 0,
  "email": "[email protected]",
  "mobile": "043597840",
  "phone": "045512010",
  "company": "Knapp Kirkland Associates",
  "address": "Corporis voluptas si",
  "city": "Vero numquam dolorem",
  "state": "Saepe labore velit ",
  "country": "Fugiat et adipisicin",
  "postCode": "5521",
  "isCheckedIn": false,
  "isCheckedOut": false,
  "arrivalTime": "3:00PM - 4:00PM",
  "departureTime": "8:00AM - 9:00AM",
  "doNotEmail": false,
  "depositAmount": 499.5,
  "depositDueDate": "2024-11-11",
  "balanceDueDate": "2024-10-13",
  "accommodationTotal": 999,
  "otherTotal": 0,
  "grandTotal": 999,
  "balance": -999,
  "timestampCancelled": null,
  "timestampLastModified": "2024-11-10T06:22:53+00:00",
  "roomTypeAddress": "656 Rocky Old Avenue",
  "roomTypeCity": "fdsf",
  "roomTypeState": "QLD",
  "roomTypeCountry": "AU",
  "roomTypePostCode": "3225",
  "userCreated": "Rico C",
  "pinNumber": "",
  "pinStatus": ""
}