Params

Name Type Requireness Default value Description
page int optional 1 Page number for pagination

Description

Get properties data

Response sample

{
    "data": [
        {
            "property_uid": "11106314",
            "name": "Beverly: The Champagne of Downtown",
            "address": "938 Smithe Street, Vancouver, BC V6Z 3G5, Canada",
            "checkin_time": "16",
            "checkout_time": "11",
            "beds": 2,
            "bedrooms": 1,
            "bathrooms": 1,
            "is_active": 1,
            "comment": "",
            "clean_hr": 2,
            "clean_tm": "",
            "clean_beds_k": 0,
            "clean_beds_q": 1,
            "clean_beds_d": 0,
            "clean_beds_s": 0,
            "clean_specials": "Regular instructions",
            "is_inbox_enabled": 1,
            "are_auto_reviews_enabled": 1,
            "ical_token": "9b4ec3ee2e27871fe327d1ce39307f3d",
            "listings": [
                "660689604_booking_6606896",
                "GHA78D5I705LYHGA_airgms_4OXKYWD7RB8KSK8GK8K4SS8K0"
            ]
        }
    ],
    "meta": {
        "page": 1,
        "has_next_page": true
    }
}