Skip to main content
GET
/
property
/
{id}
/
open-houses
Get upcoming open houses
curl --request GET \
  --url https://borough.qwady.app/v1/property/{id}/open-houses \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "startTime": "2023-11-07T05:31:56Z",
      "endTime": "2023-11-07T05:31:56Z",
      "status": "<string>"
    }
  ],
  "meta": {
    "dataAge": "2023-11-07T05:31:56Z",
    "source": "cached",
    "freshnessThreshold": 123,
    "refreshTriggered": true
  }
}

Authorizations

Authorization
string
header
required

Polar.sh license key. Format: BOROUGH-<uuid>

Path Parameters

id
string
required

Listing ID

Response

Upcoming open houses

data
object[]
meta
object