Params

NameTypeRequirenessDefault valueDescription
pageintoptional1Page number for pagination

Description

Get properties data

Response sample

{
    "data": [
        {
          "property_uid": "qc11106314",
          "name": "Superior Single Room with Sea View",
          "address": "402 W Georgia St, Vancouver, V6B 5A2",
          "checkin_time": "15",
          "checkout_time": "12",
          "beds": 1,
          "bedrooms": 0,
          "bathrooms": 0,
          "is_active": 1,
          "comment": null,
          "clean_hr": 1.5,
          "clean_tm": null,
          "clean_beds_k": 0,
          "clean_beds_q": 1,
          "clean_beds_d": 0,
          "clean_beds_s": 0,
          "clean_specials": null,
          "is_inbox_enabled": 1,
          "are_auto_reviews_enabled": 1,
          "ical_token": null,
          "location": {
            "country_code": "ca",
            "postal_code": "V6B 5A2",
            "lat": 49.279616,
            "lng": -123.1122527,
            "street": "402 W Georgia St",
            "city": "Vancouver"
          },
          "selected_insurance_settings": {
            "future_reservation_coverage": "newReservationsOnly",
            "content_and_dwelling_amount": 25000,
            "bodily_insurance_amount": 500000,
            "channel_coverage": [
              "airgms"
            ],
            "include_screening_information": true,
            "insurance_company_name": "CompanyName",
            "is_insurance_coverage_active": true
          },
          "listings": [
            "660689604_booking_6606896",
            "GHA78D5I705LYHGA_airgms_4OXKYWD7RB8KSK8GK8K4SS8K0"
          ],
          "door_access_code": null,
          "calendar_control_allowed": false,
          "currency": "CAD"
        }
    ],
    "meta": {
        "page": 1,
        "has_next_page": true
    }
}

selected_insurance_settings field added to response only if requesting app have insurance-settings scope door_access_code field added to response only if requesting app have smart_locks scope calendar_control_allowed field added to response only if requesting app have pricing-management scope