Skip to main content
GET
/
property
/
{id}
/
fees
Get listing fees
curl --request GET \
  --url https://borough.qwady.com/v1/property/{id}/fees \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "typeLabel": "Broker Fee",
      "requirement": "REQUIRED",
      "refundability": "REFUNDABLE",
      "calcType": "FLAT_FEE",
      "amount": 123,
      "timing": "<string>",
      "occurrence": "<string>"
    }
  ],
  "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

Fee breakdown

data
object[]
meta
object