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

Authorizations

Authorization
string
header
required

Polar.sh license key. Format: BOROUGH_<uuid>

Path Parameters

id
string
required

StreetEasy listing ID

Response

Upcoming open houses

data
object[]
meta
object