v1

latestOpenAPI 3.0.32026-07-2632131.4 MB
Owners Reservations

Retrieve an owner reservation

This allows you to obtain details about a specific owner's reservation.

get/owners-reservations/{id}

Path parameters

idstring required

Reservation Id

Response

Reservation response

_idstring

Unique Id

statusstring
sourcestring
accountIdstring

Unique Id

listingIdstring

Unique Id

checkInstring
checkOutstring
notestring
__vnumber
createdAtstring
checkInDateLocalizedstring
checkOutDateLocalizedstring
plannedDeparturestring
plannedArrivalstring
lastUpdatedAtstring
nightsCountnumber
idstring

Example response

{
  "_id": "563e0b6a08a2710e00057b82",
  "accountId": "563e0b6a08a2710e00057b82",
  "listingId": "563e0b6a08a2710e00057b82",
  "listing": {
    "_id": "59ac245d27cb310f0017afe3",
    "accountId": "59ac245d27cb310f0017afe3",
    "createdAt": "2017-09-03T15:48:45.070Z",
    "integrations": [
      {
        "_id": "5958c7e5884e961000817799",
        "airbnb2": {
          "ignored": {
            "reservations": [],
            "listings": []
          },
          "emailsFromSupport": []
        },
        "nickname": "naama",
        "userId": "563e0b6a08a2710e00057b85",
        "accountId": "563e0b6a08a2710e00057b82"
      }
    ],
    "address": {
      "full": "Kaplan St 2, Ramat Gan, Israel",
      "lng": 34.8202173,
      "lat": 32.0695525
    },
    "publishedAddress": {
      "full": "Kaplan St 2, Ramat Gan, Israel",
      "lng": 34.8202173,
      "lat": 32.0695525
    },
    "cleaningStatus": {
      "updatedAt": "2019-08-24T14:15:22Z"
    },
    "picture": {
      "thumbnail": "https://res.cloudinary.com/guesty/image/upload/c_fit,h_200/v1659982852/staging6/5213a2d206112710005d96ff/gglflnes8vodgkmtm08c.jpg",
      "height": 756,
      "original": "https://res.cloudinary.com/guesty/image/upload/v1659982852/staging6/5213a2d206112710005d96ff/gglflnes8vodgkmtm08c.jpg",
      "size": 39516,
      "width": 756
    },
    "pictures": [
      {
        "thumbnail": "https://res.cloudinary.com/guesty/image/upload/c_fit,h_200/v1659982852/staging6/5213a2d206112710005d96ff/gglflnes8vodgkmtm08c.jpg",
        "height": 756,
        "original": "https://res.cloudinary.com/guesty/image/upload/v1659982852/staging6/5213a2d206112710005d96ff/gglflnes8vodgkmtm08c.jpg",
        "size": 39516,
        "width": 756
      }
    ],
    "pms": {
      "cleaningStatus": {
        "updatedAt": "2019-08-24T14:15:22Z"
      }
    }
  },
  "owner": {
    "ownersPortalSettings": {
      "ownersPortalSettings": {
        "bookedNights": true,
        "revenue": true
      }
    },
    "listings": [
      "5e32fc021690ba0026f6f778",
      "5e32fc021690d15417543012",
      "5e32fc021690d15417543013"
    ],
    "_id": "563e0b6a08a2710e00057b82",
    "locale": "en-US",
    "firstName": "Elad",
    "lastName": "Kremer",
    "fullName": "Elad Kremer",
    "email": "example@guesty.com",
    "address": "test address",
    "phone": "15417543010",
    "picture": {
      "thumbnail": "https://cdn.filepicker.io/api/file/bBnKEk8TlmJAUHcLApRx",
      "large": "https://cdn.filepicker.io/api/file/bBnKEk8TlmJAUHcLApRx"
    },
    "notes": "this is a note",
    "createdAt": "2020-03-13T12:17:06.758Z"
  }
}